oe: lieferadresse in body verschoben
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 19 Oct 2016 12:09:18 +0000 (14:09 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:04:33 +0000 (10:04 +0100)
bin/mozilla/oe.pl
templates/webpages/oe/form_header.html

index 840ef7d..5c1a1fd 100644 (file)
@@ -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,
index 833ea36..3e636df 100644 (file)
@@ -76,6 +76,7 @@
                     <td>
                       [% 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')) %]
                     </td>
                   </tr>
 [%- END %]