From 075607c6877a1c42413803d3d8c3e07881523ad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 19 Oct 2016 14:09:18 +0200 Subject: [PATCH] oe: lieferadresse in body verschoben --- bin/mozilla/oe.pl | 3 --- templates/webpages/oe/form_header.html | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 840ef7d1a..5c1a1fda2 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -519,9 +519,6 @@ sub form_header { submit => [ '#form', { action_print => 1 } ], checks => [ @req_trans_desc ], ]); - $bar->add_actions([ t8('Ship to'), - submit => [ '#form', { action_ship_to => 1 } ], - ]); $bar->add_actions('combobox'); $bar->actions->[-1]->add_actions([ t8('more'), disabled => 1, diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 833ea36d1..3e636dfaa 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -76,6 +76,7 @@ [% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %] + [% L.submit_tag('action_ship_to', LxERP.t8('Ship to')) %] [%- END %] -- 2.20.1