Commit a384052fd83cd672b01694460e41520e051e101d
1 parent
baef5a8e
Exists in
master
redmine #4220 Removida a coluna 'data de depreciação' da aba de pesquisa.
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js
... | ... | @@ -15,10 +15,6 @@ citApp.controller('DepreciacaoListController', ['$scope', 'DepreciacaoRepository |
15 | 15 | title : $translate.instant('PATRIMONIO.LABEL.MES_REFERENCIA'), |
16 | 16 | value : 'mesReferencia', |
17 | 17 | filter : 'dateMesBR' |
18 | - },{ | |
19 | - title : $translate.instant('PATRIMONIO.LABEL.DATA_DEPRECIACAO'), | |
20 | - value : 'dataDepreciacao', | |
21 | - filter : 'dateBR' | |
22 | 18 | } |
23 | 19 | ]; |
24 | 20 | ... | ... |