mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
refactor: remove last_scanned_warehouse field from python
This commit is contained in:
@@ -74,7 +74,6 @@ class Quotation(SellingController):
|
||||
incoterm: DF.Link | None
|
||||
items: DF.Table[QuotationItem]
|
||||
language: DF.Link | None
|
||||
last_scanned_warehouse: DF.Link | None
|
||||
letter_head: DF.Link | None
|
||||
lost_reasons: DF.TableMultiSelect[QuotationLostReasonDetail]
|
||||
named_place: DF.Data | None
|
||||
|
||||
@@ -122,7 +122,6 @@ class SalesOrder(SellingController):
|
||||
is_internal_customer: DF.Check
|
||||
items: DF.Table[SalesOrderItem]
|
||||
language: DF.Link | None
|
||||
last_scanned_warehouse: DF.Link | None
|
||||
letter_head: DF.Link | None
|
||||
loyalty_amount: DF.Currency
|
||||
loyalty_points: DF.Int
|
||||
|
||||
Reference in New Issue
Block a user