Revision 262e5077
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1127 | 1127 |
$form->{AR}{receivables} = $form->{ARselected}; |
1128 | 1128 |
$form->{storno} = 0; |
1129 | 1129 |
|
1130 |
$main::lxdebug->message(0, $form->{amount}); |
|
1131 | 1130 |
$form->{id} = 0 if $form->{postasnew}; |
1132 | 1131 |
$form->error($locale->text('Cannot post transaction!')) unless AR->post_transaction(\%myconfig, \%$form); |
1133 | 1132 |
|
Auch abrufbar als: Unified diff
Debugcode entfernt.