Revision 2a59b6d7
Von Hans Peter Schlaepfer vor etwa 4 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
663 | 663 |
$TMPL_VAR->{transport_cost_reminder_article} = SL::DB::Part->new(id => $::instance_conf->get_transport_cost_reminder_article_number_id)->load; |
664 | 664 |
} |
665 | 665 |
|
666 |
$TMPL_VAR->{ALL_DELIVERY_TERMS} = SL::DB::Manager::DeliveryTerm->get_all_sorted(); # moved from sub form_footer |
|
667 |
|
|
666 | 668 |
print $form->parse_html_template("oe/form_header", { |
667 | 669 |
%$TMPL_VAR, |
668 | 670 |
%type_check_vars, |
Auch abrufbar als: Unified diff
Design 4.0: b/m/oe.pl: notes/intnotes/ALL_DELIVERY_TERMS von footer in header