Commit e5321a8f4e3dd015ae1d47075e47b2d8b45b7998

Authored by erick.sato
1 parent 5037ac23
Exists in master

Redmine #4679 Remoção ng if campo tipo recebimento

cit-almoxarifado-web/src/main/webapp/html/entradaAlmoxarifado/entradaAlmoxarifadoPg1.html
... ... @@ -28,7 +28,7 @@
28 28 ng-list="dominioTipoEntradaList" />
29 29 </div>
30 30  
31   - <div class="col-md-4" ng-if="edit">
  31 + <div class="col-md-4">
32 32 <label-select ng-id="entradaAlmoxarifado.dominioTipoRecebimento" ng-label="LABEL.TIPO_RECEBIMENTO" ng-model="entradaAlmoxarifado.dominioTipoRecebimento"
33 33 form="dadosEntradaForm" ng-obrigatorio="edit" ng-disabled="!edit" ng-custom-options="dominio.originalElement as dominio.descricao for dominio"
34 34 ng-list="dominiosTipoRecebimento" track-by="track by dominio.id" />
... ...