Commit 45ffd366a7d6528c48fda07aa5599a4b357114cb

Authored by geovane.filho
1 parent bc51a992
Exists in master

Redmine #4483 Bloqueando exclusão de conta contábil durante o fechamento do mês de referência

citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/BaixaListController.js
@@ -224,7 +224,7 @@ citApp.controller('BaixaListController', ['$scope', 'BaixaRepository', '$transla @@ -224,7 +224,7 @@ citApp.controller('BaixaListController', ['$scope', 'BaixaRepository', '$transla
224 } 224 }
225 }; 225 };
226 226
227 - // MODAL DE CONFIRMAÇÃO E REMOÇÃO DO REGISTRO TRANSFERENCIA 227 + // MODAL DE CONFIRMAÇÃO E REMOÇÃO DO REGISTRO
228 $scope.remover = function(){ 228 $scope.remover = function(){
229 229
230 var baixa = $scope.baixaChecked; 230 var baixa = $scope.baixaChecked;