Commit ed377e7981257606a5bdea4a0426fc347c81027f
1 parent
db25b15128
Exists in
master
parámetro sucursal al final
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -213,14 +213,14 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
213 | 213 | |
214 | 214 | focaSeguimientoService.guardarPosicion( |
215 | 215 | $scope.comprobante, |
216 | - $scope.puntoVenta, | |
217 | 216 | 'Cobranza', |
218 | 217 | 'Nº: ' + $filter('comprobante')([ |
219 | 218 | $scope.puntoVenta, |
220 | 219 | $scope.comprobante |
221 | 220 | ]) + '<br/>' + |
222 | 221 | 'Vendedor: ' + $scope.cobranza.cobrador.nombre + '<br/>' + |
223 | - 'Total: ' + $filter('currency')($scope.getTotalCobrado()) | |
222 | + 'Total: ' + $filter('currency')($scope.getTotalCobrado()), | |
223 | + $scope.puntoVenta | |
224 | 224 | ); |
225 | 225 | |
226 | 226 | $scope.cobranza = { |