Revision 81b2d311
Von Tamino Steinert vor 7 Monaten hinzugefügt
| templates/design40_webpages/delivery_order/tabs/basic_data.html | ||
|---|---|---|
|
</div><!-- /#row_table_scroll_id /.wrapper -->
|
||
|
|
||
|
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %]
|
||
|
[% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %]
|
||
|
|
||
|
</div><!-- /#ui-tabs-basic-data -->
|
||
|
|
||
| templates/design40_webpages/order/tabs/basic_data.html | ||
|---|---|---|
|
class = 'wi-mediumsmall-lightwide') %]
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr id="taxincluded_row_id">
|
||
|
<th>[% IF !SELF.taxes.size %]<label for="order.taxincluded">[% 'Tax Included' | $T8 %]</label> [% END %]</th>
|
||
|
<td>[% IF !SELF.taxes.size %][% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %][% END %]</td>
|
||
|
<tr id="taxincluded_row_id" [% IF !SELF.taxes.size %]class="hidden"[% END %]>
|
||
|
<th><label for="order.taxincluded">[% 'Tax Included' | $T8 %]</label></th>
|
||
|
<td>[% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %]</td>
|
||
|
</tr>
|
||
|
[% IF SELF.type == "sales_order" %]
|
||
|
<tr>
|
||
| templates/design40_webpages/reclamation/tabs/basic_data.html | ||
|---|---|---|
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr id="taxincluded_row_id" >
|
||
|
<th>[%- IF !SELF.taxes.size %]<label for="reclamation.taxincluded">[% 'Tax Included' | $T8 %]</label>[%- END %]</th>
|
||
|
<td>[%- IF !SELF.taxes.size %][% L.yes_no_tag('reclamation.taxincluded', SELF.reclamation.taxincluded, class='recalc') %][%- END %]
|
||
|
</td>
|
||
|
<tr id="taxincluded_row_id" [%- IF !SELF.taxes.size %]class="hidden"[% END %]>
|
||
|
<th><label for="reclamation.taxincluded">[% 'Tax Included' | $T8 %]</label></th>
|
||
|
<td>[% L.yes_no_tag('reclamation.taxincluded', SELF.reclamation.taxincluded, class='recalc') %]</td>
|
||
|
</tr>
|
||
|
|
||
|
</tbody>
|
||
| templates/webpages/delivery_order/tabs/basic_data.html | ||
|---|---|---|
|
</table>
|
||
|
|
||
|
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %]
|
||
|
[% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %]
|
||
|
|
||
|
</div>
|
||
|
|
||
Auch abrufbar als: Unified diff
FIX: 'Steuer im Preis inbegriffen' in Masken speichern