Commit 075abd5eca0cc622572324a992b238980dcb5762
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !106
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -279,7 +279,7 @@ angular.module('focaCrearRemito').controller('remitoController', |
| 279 | 279 | ); |
| 280 | 280 | modalInstance.result.then(function(remito) { |
| 281 | 281 | |
| 282 | - remito.remito.articulosRemito.forEach(function (articulo) { | |
| 282 | + remito.articulosRemito.forEach(function (articulo) { | |
| 283 | 283 | articulo.precio = |
| 284 | 284 | (articulo.precio / remito.cotizacion.VENDEDOR).toFixed(4); |
| 285 | 285 | }); |