diff --git a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py index 78265f06eaf..f8516d6932d 100644 --- a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py +++ b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py @@ -101,7 +101,6 @@ class POSInvoice(SalesInvoice): is_return: DF.Check items: DF.Table[POSInvoiceItem] language: DF.Data | None - last_scanned_warehouse: DF.Link | None letter_head: DF.Link | None loyalty_amount: DF.Currency loyalty_points: DF.Int