diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index bece30e114..c240038efb 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -134,6 +134,39 @@ {% endif %} + {% if invoice_qualified and order.invoice_dirty %} +
+ {% blocktrans trimmed %} + This order was changed after the last invoice was generated. A new invoice was not generated yet, because invoices are configured to be generated on payment or if required by the payment method. + A new invoice will be generated once the customer pays the invoice or selects a payment method that requires an invoice. + {% endblocktrans %} +
+ {% if "event.orders:write" in request.eventpermset %} ++ {% if uncancelled_invoice %} +
+ {% elif can_generate_invoice %} + + {% endif %} + + {% endif %} +