Revision cc57660c
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
templates/design40_webpages/order/tabs/_second_row.html | ||
---|---|---|
15 | 15 |
<b>[% 'Reqdate' | $T8 %]</b> [% L.date_tag("order.orderitems[].reqdate_as_date", ITEM.reqdate_as_date) %] |
16 | 16 |
[% END %] |
17 | 17 |
<b>[% 'Subtotal' | $T8 %]</b> [% L.yes_no_tag("order.orderitems[].subtotal", ITEM.subtotal) %] |
18 |
[% IF TYPE == "sales_order" %] |
|
19 |
<b>[% 'Recurring billing' | $T8 %]</b> |
|
20 |
[% 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) %] |
|
21 |
[% END %] |
|
18 | 22 |
[% IF (TYPE == "sales_order" || TYPE == "sales_quotation") %] |
19 | 23 |
<b>[% 'Ertrag' | $T8 %]</b> |
20 | 24 |
<span name="linemargin"> |
Auch abrufbar als: Unified diff
Wiederkehrende Abrechnung Positionen: design40