Commit fcda3d5074f43f05a0919c3941524cc1a926e153

Authored by Eric Fernandez
1 parent 37a3ad2900
Exists in master

propiedad correcta

Showing 1 changed file with 1 additions and 1 deletions   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 };