mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +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",
|
"fieldname": "payment_entry",
|
||||||
"label": _("Payment Entry"),
|
"label": _("Payment Entry"),
|
||||||
"fieldtype": "Dynamic Link",
|
"fieldtype": "Link",
|
||||||
"options": "payment_document",
|
"options": "Payment Entry",
|
||||||
"width": 220
|
"width": 220
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user