mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add last_modified property to orders (#907)
This commit is contained in:
@@ -1143,6 +1143,7 @@ class OrderChangeManager:
|
||||
self._recalculate_total_and_payment_fee()
|
||||
self._reissue_invoice()
|
||||
self._clear_tickets_cache()
|
||||
self.order.touch()
|
||||
self._check_paid_to_free()
|
||||
|
||||
if self.notify:
|
||||
|
||||
Reference in New Issue
Block a user