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

@ -11166,6 +11166,7 @@ class PurchaseOrderModelDeleteView(PurchaseOrderModelDeleteViewBase):
) )
class PurchaseOrderMarkAsDraftView(BasePurchaseOrderActionActionView): class PurchaseOrderMarkAsDraftView(BasePurchaseOrderActionActionView):
action_name = "mark_as_draft" action_name = "mark_as_draft"

View File

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