Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
723 | 723 |
my ($customer) = split /--/, $form->{customer}; |
724 | 724 |
if ($form->{oldcustomer} ne "$customer--$form->{customer_id}") { |
725 | 725 |
update(); |
726 |
::end_of_request();
|
|
726 |
$::dispatcher->end_request;
|
|
727 | 727 |
} |
728 | 728 |
|
729 | 729 |
$form->{AR}{receivables} = $form->{ARselected}; |
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt