# 86 Deadline removal log entry

* adds log entries if deadline is removed
This commit is contained in:
2022-02-07 09:56:37 +01:00
parent 34d167a3eb
commit a147626174
9 changed files with 58 additions and 18 deletions

View File

@@ -40,6 +40,10 @@ COMPENSATION_ACTION_REMOVED = _("Action removed")
DEDUCTION_ADDED = _("Deduction added")
DEDUCTION_REMOVED = _("Deduction removed")
# DEADLINE
DEADLINE_ADDED = _("Deadline added")
DEADLINE_REMOVED = _("Deadline removed")
# PAYMENTS
PAYMENT_ADDED = _("Payment added")
PAYMENT_REMOVED = _("Payment removed")