Commit 6d2b1cda2fd0c308f3ba74bf09a1b55a968f9730
1 parent
64c97990
Exists in
master
Redmine #4783 Arrumando contabilização de saldo em estoque e marcação na listage…
…m da entrada das que não estão contabilizadas
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
citgrp-patrimonio-web/src/main/webapp/html/entrada/entradaList.html
... | ... | @@ -58,7 +58,8 @@ |
58 | 58 | |
59 | 59 | <breadcrumb ng-workspace="workspace"></breadcrumb> |
60 | 60 | |
61 | - <list-view ng-lista="entradas" ng-repository="EntradaRepository" ng-use-custom-remove="true" ng-custom-remove="removerEntrada()" ng-headers="headers" ng-filter-criteria="filterCriteria" ng-item-selecionado="entradaChecked"></list-view> | |
61 | + <list-view ng-lista="entradas" ng-repository="EntradaRepository" ng-use-custom-remove="true" ng-custom-remove="removerEntrada()" ng-headers="headers" | |
62 | + ng-filter-criteria="filterCriteria" ng-item-selecionado="entradaChecked" ng-campo-marcacao="isEntradaConcluida"></list-view> | |
62 | 63 | |
63 | 64 | </div> |
64 | 65 | ... | ... |