mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
chore: remove stale type hint
This commit is contained in:
@@ -101,7 +101,6 @@ class POSInvoice(SalesInvoice):
|
|||||||
is_return: DF.Check
|
is_return: DF.Check
|
||||||
items: DF.Table[POSInvoiceItem]
|
items: DF.Table[POSInvoiceItem]
|
||||||
language: DF.Data | None
|
language: DF.Data | None
|
||||||
last_scanned_warehouse: DF.Link | None
|
|
||||||
letter_head: DF.Link | None
|
letter_head: DF.Link | None
|
||||||
loyalty_amount: DF.Currency
|
loyalty_amount: DF.Currency
|
||||||
loyalty_points: DF.Int
|
loyalty_points: DF.Int
|
||||||
|
|||||||
Reference in New Issue
Block a user