Commit 3932bc219cb3093fe59a0f3519969d0247e00e8e
1 parent
9bb92655ab
Exists in
master
Espacio en el IF
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -506,7 +506,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 506 | 506 | if ($scope.cobranza.id === undefined) { |
| 507 | 507 | var parametros; |
| 508 | 508 | |
| 509 | - if(!cheque) { | |
| 509 | + if (!cheque) { | |
| 510 | 510 | parametros = { |
| 511 | 511 | importe: getSugerido(), |
| 512 | 512 | esNuevo : true |