feat: changes to Recurring and InstallmentPlan

This commit is contained in:
Herculino Trotta
2024-10-18 19:03:54 -03:00
parent 8e3f398016
commit 8c3dea074f
3 changed files with 44 additions and 14 deletions
+5 -5
View File
@@ -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",
),
]