Commit a1bdb4399ea92d9934d5f895180666fb653f533f
Exists in
master
Merge branch 'master' into 'master'
Master(efernandez) See merge request modulos-npm/foca-crear-nota-pedido!78
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 | }; |