mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 06:22:12 +00:00
fix: unreconcile allocation child table redirect url voucher no issue
(cherry picked from commit 5d6f6a2fb9)
This commit is contained in:
@@ -69,7 +69,7 @@ erpnext.accounts.unreconcile_payment = {
|
|||||||
{
|
{
|
||||||
label: __("Voucher Type"),
|
label: __("Voucher Type"),
|
||||||
fieldname: "voucher_type",
|
fieldname: "voucher_type",
|
||||||
fieldtype: "Dynamic Link",
|
fieldtype: "Link",
|
||||||
options: "DocType",
|
options: "DocType",
|
||||||
in_list_view: 1,
|
in_list_view: 1,
|
||||||
read_only: 1,
|
read_only: 1,
|
||||||
@@ -77,7 +77,7 @@ erpnext.accounts.unreconcile_payment = {
|
|||||||
{
|
{
|
||||||
label: __("Voucher No"),
|
label: __("Voucher No"),
|
||||||
fieldname: "voucher_no",
|
fieldname: "voucher_no",
|
||||||
fieldtype: "Link",
|
fieldtype: "Dynamic Link",
|
||||||
options: "voucher_type",
|
options: "voucher_type",
|
||||||
in_list_view: 1,
|
in_list_view: 1,
|
||||||
read_only: 1,
|
read_only: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user