diff --git a/src/js/controller.js b/src/js/controller.js index 47e9d63..afa4973 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -13,7 +13,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', texto: 'Precios y condiciones', accion: function() {$scope.abrirModalListaPrecio();}}, {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, - {texto: 'Bomba', accion: function() {}}, {texto: 'Detalle', accion: function() {}}, {texto: 'Totales', accion: function() {}} ];