From 4b612c64a8d191a00aec5363f52399b4c0f4bbb4 Mon Sep 17 00:00:00 2001 From: Jatin3128 Date: Thu, 20 Nov 2025 12:38:09 +0530 Subject: [PATCH] fix(payment reconciliation): added a hint that posting date can be changed on exchange gain/loss reconcile dialog --- .../doctype/payment_reconciliation/payment_reconciliation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js index 74a9f709caa..0732e2a7f0e 100644 --- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js @@ -334,7 +334,9 @@ erpnext.accounts.PaymentReconciliationController = class PaymentReconciliationCo }, { fieldtype: "HTML", - options: " New Journal Entry will be posted for the difference amount ", + options: __( + "New Journal Entry will be posted for the difference amount. The Posting Date can be modified." + ).bold(), }, ], primary_action: () => {