From 0458c548ec82377b7f185b5c3dd9cb29fdb277d8 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Tue, 2 Dec 2025 17:14:00 +0530 Subject: [PATCH] chore: resolve conflict --- erpnext/accounts/doctype/pos_invoice/pos_invoice.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py index ffa441aa74f..caea353502e 100644 --- a/erpnext/accounts/doctype/pos_invoice/pos_invoice.py +++ b/erpnext/accounts/doctype/pos_invoice/pos_invoice.py @@ -21,11 +21,12 @@ from erpnext.stock.doctype.serial_no.serial_no import get_serial_nos from erpnext.stock.stock_ledger import is_negative_stock_allowed -<<<<<<< HEAD + class PartialPaymentValidationError(frappe.ValidationError): -======= + pass + + class ProductBundleStockValidationError(frappe.ValidationError): ->>>>>>> 2612152456 (test(pos): add test for product bundle negative stock validation) pass