Commit 04f6f8a506b62281e994da2453686f9c0491a643

Authored by Luigi
1 parent bfa10e54a3
Exists in master

Arreglo de espacios

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -571,7 +571,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
571 571 total += arrayTempArticulos[i].precio * arrayTempArticulos[i].cantidad;
572 572 }
573 573 }
574   -
575 574 return parseFloat(total.toFixed(2));
576 575 };
577 576