From a384052fd83cd672b01694460e41520e051e101d Mon Sep 17 00:00:00 2001 From: THIAGO VIEIRA DI COIMBRA ROCHA Date: Tue, 12 Apr 2016 15:14:26 -0300 Subject: [PATCH] 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 | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js b/citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js index 47c7e65..843eeaa 100644 --- a/citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js +++ b/citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/DepreciacaoListController.js @@ -15,10 +15,6 @@ citApp.controller('DepreciacaoListController', ['$scope', 'DepreciacaoRepository title : $translate.instant('PATRIMONIO.LABEL.MES_REFERENCIA'), value : 'mesReferencia', filter : 'dateMesBR' - },{ - title : $translate.instant('PATRIMONIO.LABEL.DATA_DEPRECIACAO'), - value : 'dataDepreciacao', - filter : 'dateBR' } ]; -- libgit2 0.21.2