Commit 9b881ce27edc7c3660ade8a90857cb4d04ec3ebd
1 parent
29584cfa
Exists in
master
Correção
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
citgrp-patrimonio-web/src/main/webapp/assets/js/angular/custom/controller/EntradaController.js
... | ... | @@ -371,6 +371,8 @@ citApp.controller('EntradaController', ['$scope', '$timeout', 'FileUploader', 'E |
371 | 371 | $scope.editaInfoEntrada = true; |
372 | 372 | $scope.bemPatrimonial.dataInicialGarantia = null; |
373 | 373 | $scope.bemPatrimonial.dataFinalGarantia = null; |
374 | + $scope.bemPatrimonial.percentualNaoDepreciavel = null; | |
375 | + $scope.bemPatrimonial.vidaUtilOriginal = null; | |
374 | 376 | $scope.entradaItem = { |
375 | 377 | entrada: { |
376 | 378 | id: $scope.entrada.id | ... | ... |