Commit 0994b282ccd770e4786382509fcbfa39864ae68b

Authored by Benjamin Rodriguez
Exists in ultimos_despachos

Merge branch 'develop' of http://git.focasoftware.com/npm/foca-crear-factura

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