mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +00:00
fix(accounts): set posting time to get incoming rate
(cherry picked from commit c5b3673a30)
This commit is contained in:
@@ -341,6 +341,7 @@ class TransactionBase(StatusUpdater):
|
|||||||
args.update(
|
args.update(
|
||||||
{
|
{
|
||||||
"posting_date": self.transaction_date,
|
"posting_date": self.transaction_date,
|
||||||
|
"posting_time": self.transaction_time,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user