mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-10 22:06:52 +00:00
fix(payment reconciliation): added a hint that posting date can be changed on exchange gain/loss reconcile dialog
(cherry picked from commit 4b612c64a8)
This commit is contained in:
@@ -334,7 +334,9 @@ erpnext.accounts.PaymentReconciliationController = class PaymentReconciliationCo
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldtype: "HTML",
|
fieldtype: "HTML",
|
||||||
options: "<b> New Journal Entry will be posted for the difference amount </b>",
|
options: __(
|
||||||
|
"New Journal Entry will be posted for the difference amount. The Posting Date can be modified."
|
||||||
|
).bold(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
primary_action: () => {
|
primary_action: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user