Commit a384052fd83cd672b01694460e41520e051e101d

Authored by THIAGO VIEIRA DI COIMBRA ROCHA
1 parent baef5a8e
Exists in master

redmine #4220 Removida a coluna 'data de depreciação' da aba de pesquisa.

citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js
@@ -15,10 +15,6 @@ citApp.controller('DepreciacaoListController', ['$scope', 'DepreciacaoRepository @@ -15,10 +15,6 @@ citApp.controller('DepreciacaoListController', ['$scope', 'DepreciacaoRepository
15 title : $translate.instant('PATRIMONIO.LABEL.MES_REFERENCIA'), 15 title : $translate.instant('PATRIMONIO.LABEL.MES_REFERENCIA'),
16 value : 'mesReferencia', 16 value : 'mesReferencia',
17 filter : 'dateMesBR' 17 filter : 'dateMesBR'
18 - },{  
19 - title : $translate.instant('PATRIMONIO.LABEL.DATA_DEPRECIACAO'),  
20 - value : 'dataDepreciacao',  
21 - filter : 'dateBR'  
22 } 18 }
23 ]; 19 ];
24 20