Commit 5cb1b704e70d6bc41a5bcef8e82ae0b716443478
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'upstream/master'
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -247,7 +247,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 247 | 247 | item: $scope.articulosTabla.length + 1, |
| 248 | 248 | nombre: producto.descripcion, |
| 249 | 249 | precio: parseFloat(producto.precio.toFixed(4)), |
| 250 | - precioUnitario: producto.costo, | |
| 250 | + costoUnitario: producto.costo, | |
| 251 | 251 | editCantidad: false, |
| 252 | 252 | editPrecio: false |
| 253 | 253 | }; |