mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #49165 from karm1000/remove-last-scanned-warehouse-from-python
This commit is contained in:
@@ -139,7 +139,6 @@ class PurchaseInvoice(BuyingController):
|
||||
is_subcontracted: DF.Check
|
||||
items: DF.Table[PurchaseInvoiceItem]
|
||||
language: DF.Data | None
|
||||
last_scanned_warehouse: DF.Link | None
|
||||
letter_head: DF.Link | None
|
||||
mode_of_payment: DF.Link | None
|
||||
named_place: DF.Data | None
|
||||
|
||||
@@ -147,7 +147,6 @@ class SalesInvoice(SellingController):
|
||||
is_return: DF.Check
|
||||
items: DF.Table[SalesInvoiceItem]
|
||||
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