Revision ec27f677
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
templates/webpages/ct/form_header.html | ||
---|---|---|
280 | 280 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
281 | 281 |
<td>[% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %]</td> |
282 | 282 |
[%- END %] |
283 |
</tr> |
|
284 | 283 |
|
285 |
<tr> |
|
286 | 284 |
<td>[% 'taxincluded checked' | $T8 %]</td> |
287 | 285 |
<td>[% L.select_tag('taxincluded_checked', [[undef, LxERP.t8('use user config')], ['1', LxERP.t8('Yes')], ['0', LxERP.t8('No')]], default = taxincluded_checked) %]</td> |
288 | 286 |
</tr> |
Auch abrufbar als: Unified diff
Kundenstammdatenmaske: Checkbox "Steuer im Preis inbegriffen vorauswählen" verschoben