mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-07 12:33:19 +00:00
fix: conditionally display show btn setting
(cherry picked from commit 0c9572bb48)
# Conflicts:
# erpnext/buying/doctype/buying_settings/buying_settings.json
This commit is contained in:
@@ -151,6 +151,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "1",
|
"default": "1",
|
||||||
|
"depends_on": "eval: frappe.boot.versions && frappe.boot.versions.payments",
|
||||||
"fieldname": "show_pay_button",
|
"fieldname": "show_pay_button",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Show Pay Button in Purchase Order Portal"
|
"label": "Show Pay Button in Purchase Order Portal"
|
||||||
@@ -213,7 +214,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2024-01-30 14:04:43.177427",
|
"modified": "2024-01-30 14:04:43.177427",
|
||||||
|
=======
|
||||||
|
"modified": "2024-01-31 13:34:18.101256",
|
||||||
|
>>>>>>> 0c9572bb48 (fix: conditionally display show btn setting)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Buying Settings",
|
"name": "Buying Settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user