Commit db836661f844a7498523297339ad8150522aae08
1 parent
4118d3574b
Exists in
master
salto de linea
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -15,8 +15,9 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
| 15 | 15 | validarNotaRemitada($scope.seleccionarProveedor);}}, |
| 16 | 16 | {texto: 'Moneda', imagen: '../img/abmPrecios.png', accion: function() { |
| 17 | 17 | validarNotaRemitada($scope.abrirModalMoneda);}}, |
| 18 | - {texto: 'Precios y condiciones', imagen: '../img/abmPrecios.png', accion: function() { | |
| 19 | - validarNotaRemitada($scope.abrirModalListaPrecio);}}, | |
| 18 | + {texto: 'Precios y condiciones', imagen: '../img/abmPrecios.png', | |
| 19 | + accion: function() { | |
| 20 | + validarNotaRemitada($scope.abrirModalListaPrecio);}}, | |
| 20 | 21 | {texto: 'Flete', imagen: '../img/abmPrecios.png', accion: function() { |
| 21 | 22 | validarNotaRemitada($scope.abrirModalFlete);}}, |
| 22 | 23 | {texto: 'Productos', imagen: '../img/abmPrecios.png', accion: function() { |