Commit 9b2313ff520ffaa1d6b6e03dc57d121a408b1fb1
1 parent
16ffeedef8
Exists in
master
and in
1 other branch
Descomentar
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -908,8 +908,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 908 | 908 | notaPedido.numeroNotaPedido, 8 |
| 909 | 909 | ); |
| 910 | 910 | |
| 911 | - /*$scope.notaPedido.notaPedidoPuntoDescarga = | |
| 912 | - formatearPuntosDescarga(notaPedido.notaPedidoPuntoDescarga || []);*/ | |
| 911 | + $scope.notaPedido.notaPedidoPuntoDescarga = | |
| 912 | + formatearPuntosDescarga(notaPedido.notaPedidoPuntoDescarga || []); | |
| 913 | 913 | |
| 914 | 914 | addArrayCabecera(cabeceras); |
| 915 | 915 | } |