From 90aadcdcbc04734b3b47de70d263e541b874f4e2 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Tue, 24 Dec 2024 10:16:53 +0530 Subject: [PATCH] chore: fix conflicts --- erpnext/stock/deprecated_serial_batch.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/erpnext/stock/deprecated_serial_batch.py b/erpnext/stock/deprecated_serial_batch.py index b2c3e75b5a0..b3f4c2dead4 100644 --- a/erpnext/stock/deprecated_serial_batch.py +++ b/erpnext/stock/deprecated_serial_batch.py @@ -3,12 +3,8 @@ from collections import defaultdict import frappe from frappe.query_builder.functions import CombineDatetime, Sum -<<<<<<< HEAD -from frappe.utils import flt -from frappe.utils.deprecations import deprecated -======= from frappe.utils import flt, nowtime ->>>>>>> 079b86044e (fix: posting_time issue (#44870)) +from frappe.utils.deprecations import deprecated from pypika import Order