mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
fix: bank-reconcillation-statement, payment entry links (#18312)
This commit is contained in:
committed by
Anurag Mishra
parent
6b86bb462b
commit
0c849ac0f3
@@ -58,8 +58,8 @@ def get_columns():
|
||||
{
|
||||
"fieldname": "payment_entry",
|
||||
"label": _("Payment Entry"),
|
||||
"fieldtype": "Dynamic Link",
|
||||
"options": "payment_document",
|
||||
"fieldtype": "Link",
|
||||
"options": "Payment Entry",
|
||||
"width": 220
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user