Revision d34e3267
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
- ID d34e3267b6a9b8282385fca47ae904466e655dae
- Vorgänger e0528790
templates/design40_webpages/ir/form_header.html | ||
---|---|---|
105 | 105 |
[% END %] |
106 | 106 |
<tr> |
107 | 107 |
<th>[% 'Record in' | $T8 %]</th> |
108 |
<td>[% P.chart.picker("AP_chart_id", AP_chart_id, class="wi-wide", type="AP") %]</td> |
|
108 |
<td>[% P.chart.picker("AP_chart_id", AP_chart_id, class="wi-wide", type="AP", "data-validate"="required") %]</td>
|
|
109 | 109 |
</tr> |
110 | 110 |
<tr> |
111 | 111 |
<th>[% 'Steuersatz' | $T8 %]</th> |
templates/design40_webpages/is/form_header.html | ||
---|---|---|
144 | 144 |
[% END %] |
145 | 145 |
<tr> |
146 | 146 |
<th>[% 'Record in' | $T8 %]</th> |
147 |
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, class="wi-wide", type="AR") %]</td> |
|
147 |
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, class="wi-wide", type="AR", "data-validate"="required") %]</td>
|
|
148 | 148 |
</tr> |
149 | 149 |
[% IF currencies %] |
150 | 150 |
<tr> |
templates/webpages/ir/form_header.html | ||
---|---|---|
97 | 97 |
[%- END %] |
98 | 98 |
<tr> |
99 | 99 |
<th align="right" nowrap>[% 'Record in' | $T8 %]</th> |
100 |
<td colspan="3">[% P.chart.picker("AP_chart_id", AP_chart_id, style="width:250px;", type="AP") %]</td> |
|
100 |
<td colspan="3">[% P.chart.picker("AP_chart_id", AP_chart_id, style="width:250px;", type="AP", "data-validate"="required") %]</td>
|
|
101 | 101 |
</tr> |
102 | 102 |
<tr> |
103 | 103 |
<th align="right">[% 'Steuersatz' | $T8 %]</th> |
templates/webpages/is/form_header.html | ||
---|---|---|
143 | 143 |
<tr> |
144 | 144 |
<th align="right" nowrap>[% 'Record in' | $T8 %]</th> |
145 | 145 |
<td colspan="3"> |
146 |
[% P.chart.picker("AR_chart_id", AR_chart_id, style="width:259px;", type="AR") %] |
|
146 |
[% P.chart.picker("AR_chart_id", AR_chart_id, style="width:259px;", type="AR", "data-validate"="required") %]
|
|
147 | 147 |
</td> |
148 | 148 |
</tr> |
149 | 149 |
<tr> |
Auch abrufbar als: Unified diff
'Buchen auf' in EK/VK Rechnungen darf nicht leer sein