Commit 132533555269cbdcceea64af0a5e49d648e0e2e2
Exists in
master
Merge branch 'tarefa-3943' of http://ferramentasgo.centralit.com.br:8080/scm/git…
…/cit-grp-adm-materiais into tarefa-3943
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
cit-adm-materiais-web/src/main/webapp/assets/js/angular/custom/controller/MaterialController.js
... | ... | @@ -475,6 +475,7 @@ citApp.controller('MaterialController', ['$scope', 'MaterialRepository', 'Classi |
475 | 475 | |
476 | 476 | $scope.materialCaracteristica.$edit = false; |
477 | 477 | $scope.materialCaracteristica = {}; |
478 | + verificaMaterialConsumoSetGenerico(); | |
478 | 479 | }; |
479 | 480 | |
480 | 481 | $scope.editCaracteristica = function() { | ... | ... |