Revision 0c404f20
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
105 | 105 |
|
106 | 106 |
my $content; |
107 | 107 |
|
108 |
$form->{jsscript} = 1; |
|
109 |
|
|
110 | 108 |
if ($form->{trans_type} eq 'removal') { |
111 | 109 |
$form->{nextsub} = "removal_parts_selection"; |
112 | 110 |
$form->{title} = $locale->text('Removal from Warehouse'); |
... | ... | |
657 | 655 |
|
658 | 656 |
show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); |
659 | 657 |
|
660 |
$form->{jsscript} = 1; |
|
661 |
|
|
662 | 658 |
$form->header(); |
663 | 659 |
print $form->parse_html_template("wh/journal_filter", { "UNITS" => AM->unit_select_data(AM->retrieve_units(\%myconfig, $form)) }); |
664 | 660 |
|
... | ... | |
803 | 799 |
|
804 | 800 |
show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); |
805 | 801 |
|
806 |
$form->{jsscript} = 1; |
|
807 |
|
|
808 | 802 |
$form->{title} = $locale->text("Report about warehouse contents"); |
809 | 803 |
|
810 | 804 |
$form->header(); |
Auch abrufbar als: Unified diff
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt