Skip to content

Commit

Permalink
'Buchen auf' in EK/VK Rechnungen darf nicht leer sein
Browse files Browse the repository at this point in the history
  • Loading branch information
bblessmann committed Oct 16, 2023
1 parent 05082cf commit f82c793
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/design40_webpages/ir/form_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h1>[% title %]</h1>
[% END %]
<tr>
<th>[% 'Record in' | $T8 %]</th>
<td>[% P.chart.picker("AP_chart_id", AP_chart_id, class="wi-wide", type="AP") %]</td>
<td>[% P.chart.picker("AP_chart_id", AP_chart_id, class="wi-wide", type="AP", "data-validate"="required") %]</td>
</tr>
<tr>
<th>[% 'Steuersatz' | $T8 %]</th>
Expand Down
2 changes: 1 addition & 1 deletion templates/design40_webpages/is/form_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1>[% title %]</h1>
[% END %]
<tr>
<th>[% 'Record in' | $T8 %]</th>
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, class="wi-wide", type="AR") %]</td>
<td>[% P.chart.picker("AR_chart_id", AR_chart_id, class="wi-wide", type="AR", "data-validate"="required") %]</td>
</tr>
[% IF currencies %]
<tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/webpages/ir/form_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>[% title %]</h1>
[%- END %]
<tr>
<th align="right" nowrap>[% 'Record in' | $T8 %]</th>
<td colspan="3">[% P.chart.picker("AP_chart_id", AP_chart_id, style="width:250px;", type="AP") %]</td>
<td colspan="3">[% P.chart.picker("AP_chart_id", AP_chart_id, style="width:250px;", type="AP", "data-validate"="required") %]</td>
</tr>
<tr>
<th align="right">[% 'Steuersatz' | $T8 %]</th>
Expand Down
2 changes: 1 addition & 1 deletion templates/webpages/is/form_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1>[% title %]</h1>
<tr>
<th align="right" nowrap>[% 'Record in' | $T8 %]</th>
<td colspan="3">
[% P.chart.picker("AR_chart_id", AR_chart_id, style="width:259px;", type="AR") %]
[% P.chart.picker("AR_chart_id", AR_chart_id, style="width:259px;", type="AR", "data-validate"="required") %]
</td>
</tr>
<tr>
Expand Down

0 comments on commit f82c793

Please sign in to comment.