Commit a6cf9c05ee68507db080a022a2a08446ac61fffe
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !3
Showing
2 changed files
Show diff stats
src/js/controller.js
... | ... | @@ -15,7 +15,7 @@ angular.module('focaModalFormaPago') |
15 | 15 | $scope.botones = focaModalFormaPagoService.getBotonera(); |
16 | 16 | } |
17 | 17 | |
18 | - $scope.seleccionarContado = function () { | |
18 | + $scope.seleccionarEfectivo = function () { | |
19 | 19 | var modalInstance = abrirModal('modal-tarjetas.html', |
20 | 20 | 'focaModalTarjetasController'); |
21 | 21 | modalInstance.result |
src/js/service.js