mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 11:55:11 +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(
|
||||
{
|
||||
"posting_date": self.transaction_date,
|
||||
"posting_time": self.transaction_time,
|
||||
}
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user