Commit cc61e65c81151496981829a5ace5a00d8a93bb4c

Authored by Eric Fernandez
1 parent 604e8e0a7b
Exists in master

espacio innecesario

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/businessService.js
... ... @@ -28,7 +28,7 @@ angular.module('focaCrearNotaPedido')
28 28 articulos[i].precio = articulos[i].precio / cotizacion;
29 29 }
30 30 },
31   - plazoToString: function (plazos) {
  31 + plazoToString: function(plazos) {
32 32 var result = '';
33 33 for(var i = 0; i < plazos.length; i++) {
34 34 result += plazos[i].dias + ' ';