From a67b548f44609cb83d4fe764c7ad619698441f72 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Thu, 5 Feb 2026 18:37:40 +0530 Subject: [PATCH] fix(pos_profile): `allow_partial_payment` field description (#52470) fix(pos_profile): allow_partial_payment field description --- erpnext/accounts/doctype/pos_profile/pos_profile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/pos_profile/pos_profile.json b/erpnext/accounts/doctype/pos_profile/pos_profile.json index 093e343c9c7..1da7ff2f1dd 100644 --- a/erpnext/accounts/doctype/pos_profile/pos_profile.json +++ b/erpnext/accounts/doctype/pos_profile/pos_profile.json @@ -449,7 +449,7 @@ }, { "default": "0", - "description": "Applicable on POS Invoice", + "description": "Applicable only on Transactions made using POS", "fieldname": "allow_partial_payment", "fieldtype": "Check", "label": "Allow Partial Payment" @@ -582,7 +582,7 @@ "link_fieldname": "pos_profile" } ], - "modified": "2026-02-05 04:36:40.757162", + "modified": "2026-02-05 18:17:26.807353", "modified_by": "Administrator", "module": "Accounts", "name": "POS Profile",