Revision ec03bff2
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
841 | 841 |
$form->{AR}{receivables} = $form->{ARselected}; |
842 | 842 |
$form->{storno} = 0; |
843 | 843 |
|
844 |
$form->{id} = 0 if $form->{postasnew}; |
|
845 | 844 |
$form->error($locale->text('Cannot post transaction!')) unless AR->post_transaction(\%myconfig, \%$form); |
846 | 845 |
|
847 | 846 |
# saving the history |
Auch abrufbar als: Unified diff
Abfragen von $form->{postasnew} enfternt bei …
Einkaufsrechnung
Verkaufsrechnung
Kreditorenbuchung
Debitorenbuchung
Wird nirgends gesetzt - nur abgefragt.
Siehe auch commit 5427e0941067
"ap/ar/gl/io.pl: nicht benutzte Routine post_as_new entfernt"