Revision 075607c6
Von Sven Schöling vor fast 8 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
519 | 519 |
submit => [ '#form', { action_print => 1 } ], |
520 | 520 |
checks => [ @req_trans_desc ], |
521 | 521 |
]); |
522 |
$bar->add_actions([ t8('Ship to'), |
|
523 |
submit => [ '#form', { action_ship_to => 1 } ], |
|
524 |
]); |
|
525 | 522 |
$bar->add_actions('combobox'); |
526 | 523 |
$bar->actions->[-1]->add_actions([ t8('more'), |
527 | 524 |
disabled => 1, |
templates/webpages/oe/form_header.html | ||
---|---|---|
76 | 76 |
<td> |
77 | 77 |
[% shiptos = [ [ "", LxERP.t8("No/individual shipping address") ] ] ; |
78 | 78 |
L.select_tag('shipto_id', shiptos.import(ALL_SHIPTO), default=shipto_id, value_key='shipto_id', title_key='displayable_id', style='width: 250px') %] |
79 |
[% L.submit_tag('action_ship_to', LxERP.t8('Ship to')) %] |
|
79 | 80 |
</td> |
80 | 81 |
</tr> |
81 | 82 |
[%- END %] |
Auch abrufbar als: Unified diff
oe: lieferadresse in body verschoben