Commit 76b7253f6f01b2faf9cc0874229366e9517ddd41

Authored by Martin Macola
1 parent 27f2929ae5
Exists in master

Boton pagar

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -47,7 +47,7 @@ angular.module('focaCrearFactura').controller('facturaController', [
47 47 $timeout(function () {
48 48 focaBotoneraLateralService.showSalir(false);
49 49 focaBotoneraLateralService.showPausar(true);
50   - focaBotoneraLateralService.showGuardar(true, $scope.seleccionarFormaDePago);
  50 + focaBotoneraLateralService.showPagar(true, $scope.seleccionarFormaDePago);
51 51 focaBotoneraLateralService.addCustomButton('Salir', $scope.salir);
52 52 });
53 53