Commit 18c8fea5f338206fdb9495ede70c2d00ec71343f
1 parent
ea43c431
Exists in
master
[Redmine Atendimento #4863]Caracteristicas material generica
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() { | ... | ... |