mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
chore: fix linter issue
(cherry picked from commit 3c993377aa)
# Conflicts:
# erpnext/stock/serial_batch_bundle.py
This commit is contained in:
@@ -1082,7 +1082,11 @@ class SerialBatchCreation:
|
|||||||
=======
|
=======
|
||||||
=======
|
=======
|
||||||
from erpnext.stock.utils import get_combine_datetime
|
from erpnext.stock.utils import get_combine_datetime
|
||||||
|
<<<<<<< HEAD
|
||||||
>>>>>>> c740f77a6f (chore: fixed test case)
|
>>>>>>> c740f77a6f (chore: fixed test case)
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 3c993377aa (chore: fix linter issue)
|
||||||
if not self.get("posting_datetime"):
|
if not self.get("posting_datetime"):
|
||||||
if self.get("posting_date") and self.get("posting_time"):
|
if self.get("posting_date") and self.get("posting_time"):
|
||||||
self.posting_datetime = get_combine_datetime(self.posting_date, self.posting_time)
|
self.posting_datetime = get_combine_datetime(self.posting_date, self.posting_time)
|
||||||
|
|||||||
Reference in New Issue
Block a user