Commit d0ba160322a5a89d5ee981a87ddf72ff316c6be2
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-crear-nota-pedido!25
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -13,8 +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 | - {texto: 'Detalle', accion: function() {}}, | |
18 | 16 | {texto: 'Totales', accion: function() {}} |
19 | 17 | ]; |
20 | 18 |