Revision 5bbcc15f
Von Bernd Bleßmann vor 4 Monaten hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
802 | 802 |
transaction_description transdatefrom transdateto reqdatefrom reqdateto |
803 | 803 |
type vc employee_id salesman_id project_id parts_partnumber parts_description |
804 | 804 |
insertdatefrom insertdateto business_id all department_id chargenumber full_text |
805 |
vendor_confirmation_number order_confirmation_number ids); |
|
805 |
vendor_confirmation_number order_confirmation_number ids top_info_text);
|
|
806 | 806 |
|
807 | 807 |
my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables); |
808 | 808 |
|
... | ... | |
935 | 935 |
}, |
936 | 936 |
); |
937 | 937 |
|
938 |
$report->set_options('top_info_text' => join("\n", @options), |
|
938 |
$report->set_options('top_info_text' => $::form->{top_info_text} || join("\n", @options),
|
|
939 | 939 |
'raw_top_info_text' => $form->parse_html_template('do/orders_top'), |
940 | 940 |
'raw_bottom_info_text' => $form->parse_html_template('do/orders_bottom', { print_options => $print_options }), |
941 | 941 |
'output_format' => 'HTML', |
Auch abrufbar als: Unified diff
Lieferscheinbericht: eigenen Top-Info-Text übergeben können