Commit f025a1fdb4a491ebeadd3293d03ccdc5f6d34196
1 parent
4c587a77ba
Exists in
master
and in
1 other branch
Removí el botón detalle.
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: 'Detalle', accion: function() {}}, | |
| 17 | 16 | {texto: 'Totales', accion: function() {}} | 
| 18 | 17 | ]; | 
| 19 | 18 | 
