Revision 09479f02
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
605 | 605 |
if ($rows > 1) { |
606 | 606 |
|
607 | 607 |
select_item(mode => 'IS', pre_entered_qty => $form->{"qty_$i"}); |
608 |
::end_of_request();
|
|
608 |
$::dispatcher->end_request;
|
|
609 | 609 |
|
610 | 610 |
} else { |
611 | 611 |
|
... | ... | |
760 | 760 |
# if oldcustomer ne customer redo form |
761 | 761 |
if (&check_name('customer')) { |
762 | 762 |
&update; |
763 |
::end_of_request();
|
|
763 |
$::dispatcher->end_request;
|
|
764 | 764 |
} |
765 | 765 |
|
766 | 766 |
if ($myconfig{mandatory_departments} && !$form->{department_id}) { |
Auch abrufbar als: Unified diff
Dispatcher: end_of_request() sub aus main namespace verbannt