Commit 7ce990808c0854325fd2176e2df3952c39813cb9
1 parent
4d890048c4
Exists in
master
and in
1 other branch
hago editable las observaciones
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -892,7 +892,7 @@ angular.module('focaCrearRemito').controller('remitoController', | 
| 892 | 892 | titulo: 'Observaciones', | 
| 893 | 893 | value: $scope.remito.observaciones, | 
| 894 | 894 | textarea: true, | 
| 895 | - readonly: true | |
| 895 | + readonly: false | |
| 896 | 896 | }) | 
| 897 | 897 | .then(function (observaciones) { | 
| 898 | 898 | $scope.remito.observaciones = observaciones; |