From 29ca1a1f40224a183b7ce6fbc52855ac692ea8f8 Mon Sep 17 00:00:00 2001 From: Sagar Vora <16315650+sagarvora@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:06:31 +0530 Subject: [PATCH] chore: remove stale type hint --- erpnext/accounts/doctype/pos_invoice/pos_invoice.py | 1 - 1 file changed, 1 deletion(-) 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