mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
remove notes field that does not exsist anymore
This commit is contained in:
@@ -2482,7 +2482,6 @@ class SalesOrderShipment(
|
|||||||
shipment_date: Date this shipment was "shipped" (or null)
|
shipment_date: Date this shipment was "shipped" (or null)
|
||||||
checked_by: User reference field indicating who checked this order
|
checked_by: User reference field indicating who checked this order
|
||||||
reference: Custom reference text for this shipment (e.g. consignment number?)
|
reference: Custom reference text for this shipment (e.g. consignment number?)
|
||||||
notes: Custom notes field for this shipment
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
@@ -1378,7 +1378,6 @@ class SalesOrderShipmentSerializer(
|
|||||||
'invoice_number',
|
'invoice_number',
|
||||||
'barcode_hash',
|
'barcode_hash',
|
||||||
'link',
|
'link',
|
||||||
'notes',
|
|
||||||
# Extra detail fields
|
# Extra detail fields
|
||||||
'parameters',
|
'parameters',
|
||||||
'checked_by_detail',
|
'checked_by_detail',
|
||||||
|
|||||||
Reference in New Issue
Block a user