Revision d5c1e4fa
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1373 | 1373 |
($form->{AR}) = split /--/, $form->{AR}; |
1374 | 1374 |
($form->{AR_paid}) = split /--/, $form->{AR_paid}; |
1375 | 1375 |
relink_accounts(); |
1376 |
$form->redirect($locale->text(' Payment posted!'))
|
|
1376 |
$form->redirect($locale->text('Payment posted!')) |
|
1377 | 1377 |
if (IS->post_payment(\%myconfig, \%$form)); |
1378 | 1378 |
$form->error($locale->text('Cannot post payment!')); |
1379 | 1379 |
|
Auch abrufbar als: Unified diff
Kosmetik.