Commit c21de4e1cea4827e696b5feaa452cfb50f66eba5
1 parent
99231e93ff
Exists in
master
and in
1 other branch
domicilio en cabecera
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -330,7 +330,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 330 | 330 | $scope.notaPedido.cliente = cliente; |
| 331 | 331 | |
| 332 | 332 | addCabecera('Cliente:', cliente.nom); |
| 333 | - addCabecera('Domicilio:', domicilio.dom); | |
| 333 | + addCabecera('Domicilio:', domicilio.Calle + ' ' + domicilio.Numero); | |
| 334 | 334 | }, function() { |
| 335 | 335 | $scope.seleccionarCliente(); |
| 336 | 336 | return; |