mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Allocate "non tracked" parts separately from tracked ones
This commit is contained in:
@ -91,7 +91,7 @@ class SalesOrderDetail(InvenTreeRoleMixin, DetailView):
|
||||
|
||||
class PurchaseOrderAttachmentCreate(AjaxCreateView):
|
||||
"""
|
||||
View for creating a new PurchaseOrderAtt
|
||||
View for creating a new PurchaseOrderAttachment
|
||||
"""
|
||||
|
||||
model = PurchaseOrderAttachment
|
||||
|
Reference in New Issue
Block a user