X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Foe.pl;h=b1845ab199924919fd7369aa070a10f438c2127e;hb=710ebb28d9a0f0125dd7e7d1f0662d3127ac1328;hp=65782695b288537e60d6d5a5bc934b1ab2c84dea;hpb=747bdb8004c380b2580deb237a4ee956e411fea5;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 65782695b..b1845ab19 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -634,7 +634,7 @@ sub search { $form->header(); - print $form->parse_html_template('oe/search'); + print $form->parse_html_template('oe/search', { %myconfig }); $lxdebug->leave_sub(); } @@ -1657,6 +1657,7 @@ sub delivery_order { require "bin/mozilla/do.pl"; + $form->{script} = 'do.pl'; $form->{cp_id} *= 1; $form->{convert_from_oe_ids} = $form->{id}; $form->{transdate} = $form->current_date(\%myconfig);