Revision cc57660c
Von Moritz Bunkus vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/order/tabs/_second_row.html | ||
---|---|---|
<b>[% 'Reqdate' | $T8 %]</b> [% L.date_tag("order.orderitems[].reqdate_as_date", ITEM.reqdate_as_date) %]
|
||
[% END %]
|
||
<b>[% 'Subtotal' | $T8 %]</b> [% L.yes_no_tag("order.orderitems[].subtotal", ITEM.subtotal) %]
|
||
[% IF TYPE == "sales_order" %]
|
||
<b>[% 'Recurring billing' | $T8 %]</b>
|
||
[% L.select_tag("order.orderitems[].recurring_billing_mode", [[ 'always', LxERP.t8('always') ], [ 'once', LxERP.t8('once') ], [ 'never', LxERP.t8('never') ]], default=ITEM.recurring_billing_mode) %]
|
||
[% END %]
|
||
[% IF (TYPE == "sales_order" || TYPE == "sales_quotation") %]
|
||
<b>[% 'Ertrag' | $T8 %]</b>
|
||
<span name="linemargin">
|
Auch abrufbar als: Unified diff
Wiederkehrende Abrechnung Positionen: design40