Revision 7bff84cb
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
templates/webpages/am/config.html | ||
---|---|---|
69 | 69 |
<th align="right">[% 'SEPA creditor ID' | $T8 %]</th> |
70 | 70 |
<td><input name="sepa_creditor_id" size="30" maxlength="35" value="[% HTML.escape(myconfig_sepa_creditor_id) %]"></td> |
71 | 71 |
</tr> |
72 |
|
|
73 |
<tr> |
|
74 |
<th align="right"q>[% 'taxincluded checked' | $T8 %]</th> |
|
75 |
<td> |
|
76 |
[% L.yes_no_tag('taxincluded_checked', myconfig_taxincluded_checked) %] |
|
77 |
</td> |
|
78 |
</tr> |
|
79 |
|
|
72 | 80 |
</table> |
73 | 81 |
|
74 | 82 |
<br style="clear: left" /> |
Auch abrufbar als: Unified diff
Möglichkeit zum Setzen von "Steuer im Preis inbegriffen" als Default
fixt #1985