]> wagnertech.de Git - mfinanz.git/commitdiff
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 840ef7d1abdf16124da9998d49a6a3fee97462c1..5c1a1fda21f84238e2f79bcd03c69435a9e05fe5 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 833ea36d166fc2686e187fe0996935c8328312ce..3e636dfaab6cb9bf040390d323483bc2f474a575 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 %]