chore: resolve conflicts

This commit is contained in:
ljain112
2025-07-13 18:16:49 +05:30
parent 8f6cd40c7b
commit 153df4eca5

View File

@@ -1071,17 +1071,3 @@ def create_pos_invoice(**args):
pos_inv.payment_schedule = []
return pos_inv
<<<<<<< HEAD
def make_batch_item(item_name):
from erpnext.stock.doctype.item.test_item import make_item
if not frappe.db.exists(item_name):
return make_item(item_name, dict(has_batch_no=1, create_new_batch=1, is_stock_item=1))
=======
def set_allow_partial_payment(pos_profile, value):
pos_profile.reload()
pos_profile.allow_partial_payment = value
pos_profile.save()
>>>>>>> de8c3ba968 (chore: fix flacky test and remove redundant code)