mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix(accounts): set posting time to get incoming rate
This commit is contained in:
@@ -342,6 +342,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