Commit 9f227bd77b753e29afbea65a11df20c6a6db2a33

Authored by Marcelo Puebla
Exists in ultimos_despachos

Merge branch 'master' into 'develop'

Master(Macola)

See merge request !43
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