new small fixes regarding the filtering in the form and the po delete #279

Merged
ismail merged 2 commits from frontend into main 2025-09-24 09:49:29 +03:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit e8f1d5aad3 - Show all commits

View File

@ -11164,6 +11164,7 @@ class PurchaseOrderModelDeleteView(PurchaseOrderModelDeleteViewBase):
return reverse(
"purchase_order_list", kwargs={"dealer_slug": self.kwargs["dealer_slug"]}
)
class PurchaseOrderMarkAsDraftView(BasePurchaseOrderActionActionView):

View File

@ -94,6 +94,7 @@
<th class="sort white-space-nowrap align-middle " scope="col">{% trans 'PO' %}</th>
</tr>
</thead>
<tbody class="list fs-9" id="project-list-table-body">
{% for bill_item in itemtxs_qs %}
<tr>