Commit 31982966b7841d669b82797bbc60b78bd0da9d01
1 parent
e90b8e9ec8
Exists in
master
delete prop verPuntos
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -542,6 +542,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 542 | 542 | valor: domicilioStamp |
| 543 | 543 | }); |
| 544 | 544 | if(domicilio.verPuntos) { |
| 545 | + delete $scope.notaPedido.domicilio.verPuntos; | |
| 545 | 546 | $scope.seleccionarPuntosDeDescarga(); |
| 546 | 547 | }else { |
| 547 | 548 | crearNotaPedidoService |