Commit 4d890048c4b088695f32a7c625a6307e0e876492

Authored by Benjamin Rodriguez
1 parent 00eff6c993
Exists in master and in 2 other branches develop, lab

arreglo ;

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -117,7 +117,7 @@ angular.module('focaCrearRemito').controller('remitoController',
117 117 controller: 'focaModalNotaPedidoController',
118 118 size: 'lg',
119 119 resolve: {
120   - usadoPor: function () { return 'remito'},
  120 + usadoPor: function () { return 'remito'; },
121 121 idVendedor: function () { return null; }
122 122 }
123 123 }