diff --git a/src/js/controller.js b/src/js/controller.js index 16ac00b..c80dd1a 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -11,7 +11,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', $scope.botonera = [ {texto: 'Cliente', accion: function() {$scope.seleccionarCliente();}}, {texto: 'Cobrador', accion: function() {$scope.seleccionarCobrador();}}, - {texto: 'Deuda', accion: function() {$scope.swichDeuda();}}, + {texto: 'Comprobantes', accion: function() {$scope.swichDeuda();}}, {texto: 'Cobros', accion: function() {$scope.swichCobro();}}, {texto: 'Moneda', accion: function() {$scope.seleccionarMoneda();}}, {texto: '', accion: function() {}}, diff --git a/src/views/cobranza.html b/src/views/cobranza.html index 9f031ff..c147dbf 100644 --- a/src/views/cobranza.html +++ b/src/views/cobranza.html @@ -6,7 +6,7 @@