Commit aec90d8f9294bb34c797a21254862ec9f3886fec
1 parent
f5e403365c
Exists in
master
and in
1 other branch
Cambiado contado por efectivo.
Showing
2 changed files
with
3 additions
and
3 deletions
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