#86 Edit deductions
* adds support for editing deductions * adds tests * improves major base test logic
This commit is contained in:
@@ -30,18 +30,22 @@ ADDED_COMPENSATION_STATE = _("Added compensation state")
|
||||
|
||||
# COMPENSATION STATE
|
||||
COMPENSATION_STATE_REMOVED = _("State removed")
|
||||
COMPENSATION_STATE_EDITED = _("State edited")
|
||||
COMPENSATION_STATE_ADDED = _("State added")
|
||||
|
||||
# COMPENSATION ACTION
|
||||
COMPENSATION_ACTION_ADDED = _("Action added")
|
||||
COMPENSATION_ACTION_EDITED = _("Action edited")
|
||||
COMPENSATION_ACTION_REMOVED = _("Action removed")
|
||||
|
||||
# DEDUCTIONS
|
||||
DEDUCTION_ADDED = _("Deduction added")
|
||||
DEDUCTION_EDITED = _("Deduction edited")
|
||||
DEDUCTION_REMOVED = _("Deduction removed")
|
||||
|
||||
# DEADLINE
|
||||
DEADLINE_ADDED = _("Deadline added")
|
||||
DEADLINE_EDITED = _("Deadline edited")
|
||||
DEADLINE_REMOVED = _("Deadline removed")
|
||||
|
||||
# PAYMENTS
|
||||
@@ -51,6 +55,7 @@ PAYMENT_REMOVED = _("Payment removed")
|
||||
|
||||
# REVOCATIONS
|
||||
REVOCATION_ADDED = _("Revocation added")
|
||||
REVOCATION_EDITED = _("Revocation edited")
|
||||
REVOCATION_REMOVED = _("Revocation removed")
|
||||
|
||||
# DOCUMENTS
|
||||
|
||||
Reference in New Issue
Block a user