mirror of
https://github.com/pretix/pretix.git
synced 2026-05-18 17:24:03 +00:00
Tax rounding: Allow to apply only for B2B (Z#23220106) (#5810)
* Tax rounding: Allow to apply only for B2B (Z#23220106) Most effective in combination with #5807 * Update src/pretix/base/settings.py Co-authored-by: Richard Schreiber <schreiber@pretix.eu> --------- Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
@@ -493,7 +493,18 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if cart.show_rounding_info %}
|
||||
<div class="text-muted">
|
||||
<small>
|
||||
{% icon "info-circle" %}
|
||||
{% blocktrans trimmed %}
|
||||
Since you entered a business address, your price was computed from the
|
||||
VAT-exclusive price. Due to rounding, this caused a small change to the
|
||||
total price.
|
||||
{% endblocktrans %}
|
||||
</small>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{% if not cart.is_ordered %}
|
||||
|
||||
Reference in New Issue
Block a user