diff --git a/src/js/controller.js b/src/js/controller.js index e311dfc..796d88a 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -8,12 +8,12 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', $scope.botonera = [ {texto: 'Vendedor', accion: function() {$scope.seleccionarVendedor();}}, {texto: 'Cliente', accion: function() {$scope.seleccionarCliente();}}, + {texto: 'Proveedor', accion: function() {}}, {texto: 'Moneda', accion: function() {$scope.abrirModalMoneda();}}, { texto: 'Precios y condiciones', accion: function() {$scope.abrirModalListaPrecio();}}, {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, - {texto: 'Totales', accion: function() {}}, {texto: '', accion: function() {}}, {texto: '', accion: function() {}} ]; diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 2adf390..4efa613 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -5,13 +5,13 @@