Commit b1409bf0ba6a3b9616733176316c1783020ba09e

Authored by Marcelo Puebla
1 parent 976b325c51
Exists in master and in 1 other branch develop

Agregado punto y coma.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -102,7 +102,7 @@ angular.module('focaCrearRemito').controller('remitoController',
102 102 $scope.getNotaPedidoModal();
103 103 });
104 104 } else {
105   - $scope.getNotaPedidoModal()
  105 + $scope.getNotaPedidoModal();
106 106 }
107 107 }
108 108