mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-30 11:20:41 +02:00
feat: changes to Recurring and InstallmentPlan
This commit is contained in:
@@ -133,9 +133,9 @@ urlpatterns = [
|
||||
views.recurring_transaction_delete,
|
||||
name="recurring_transaction_delete",
|
||||
),
|
||||
# path(
|
||||
# "installment-plans/<int:installment_plan_id>/refresh/",
|
||||
# views.installment_plan_refresh,
|
||||
# name="installment_plan_refresh",
|
||||
# ),
|
||||
path(
|
||||
"recurring-transactions/<int:recurring_transaction_id>/toggle-pause/",
|
||||
views.recurring_transaction_toggle_pause,
|
||||
name="recurring_transaction_toggle_pause",
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user