Commit 4c587a77ba34f211ef859d851daefdad83680d9e
1 parent
ad888055b6
Exists in
master
Removí el botón Bomba.
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -13,7 +13,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
13 | 13 | texto: 'Precios y condiciones', |
14 | 14 | accion: function() {$scope.abrirModalListaPrecio();}}, |
15 | 15 | {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, |
16 | - {texto: 'Bomba', accion: function() {}}, | |
17 | 16 | {texto: 'Detalle', accion: function() {}}, |
18 | 17 | {texto: 'Totales', accion: function() {}} |
19 | 18 | ]; |