mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
chore: fix linter issue
(cherry picked from commit3c993377aa) (cherry picked from commit21ada7799c)
This commit is contained in:
@@ -1070,6 +1070,7 @@ class SerialBatchCreation:
|
|||||||
|
|
||||||
def set_other_details(self):
|
def set_other_details(self):
|
||||||
from erpnext.stock.utils import get_combine_datetime
|
from erpnext.stock.utils import get_combine_datetime
|
||||||
|
|
||||||
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