Commit 45ffd366a7d6528c48fda07aa5599a4b357114cb
1 parent
bc51a992
Exists in
master
Redmine #4483 Bloqueando exclusão de conta contábil durante o fechamento do mês de referência
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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; |