Commit acc361e98a4197f00fabaf9cb4198c14d14b6019
1 parent
ec03ad2d47
Exists in
master
Carga sucursal al editar
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -284,6 +284,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
284 | 284 | } else { |
285 | 285 | $scope.idLista = -1; |
286 | 286 | } |
287 | + $scope.puntoVenta = rellenar(remito.sucursal, 4); | |
287 | 288 | $scope.comprobante = rellenar(remito.numeroRemito, 8); |
288 | 289 | $scope.remito = remito; |
289 | 290 | $scope.remito.moneda = remito.cotizacion.moneda; |