diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.py b/erpnext/stock/doctype/stock_entry/stock_entry.py index f5d030e754a..942a9f8133c 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry.py @@ -279,7 +279,8 @@ class StockEntry(StockController): { "item_code": row.item_code, "warehouse": warehouse, - "posting_datetime": get_combine_datetime(self.posting_date, self.posting_time), + "posting_date": self.posting_date, + "posting_time": self.posting_time, "voucher_type": self.doctype, "voucher_no": self.name, "voucher_detail_no": row.name,