New Update #75

Merged
ismail merged 9 commits from frontend into main 2025-06-18 13:13:21 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0b4a2d5498 - Show all commits

View File

@ -6121,7 +6121,7 @@ class BillDetailView(LoginRequiredMixin, PermissionRequiredMixin, DetailView):
""" """
model = BillModel model = BillModel
template_name = "ledger/bills/bill_detail.html" template_name = "bill/bill_detail.html"
context_object_name = "bill" context_object_name = "bill"
permission_required = ["django_ledger.view_billmodel"] permission_required = ["django_ledger.view_billmodel"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB