This commit is contained in:
Faheedkhan 2025-06-17 16:18:25 +03:00
parent 38e52d5e30
commit 0b4a2d5498
2 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB