Skip to content

Commit

Permalink
fix: conditionally display show btn setting
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c9572b)

# Conflicts:
#	erpnext/buying/doctype/buying_settings/buying_settings.json
  • Loading branch information
GursheenK authored and mergify[bot] committed Jan 31, 2024
1 parent cea4ed6 commit e931432
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions erpnext/buying/doctype/buying_settings/buying_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
},
{
"default": "1",
"depends_on": "eval: frappe.boot.versions && frappe.boot.versions.payments",
"fieldname": "show_pay_button",
"fieldtype": "Check",
"label": "Show Pay Button in Purchase Order Portal"
Expand Down Expand Up @@ -213,7 +214,11 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
<<<<<<< HEAD
"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",
"module": "Buying",
"name": "Buying Settings",
Expand Down

0 comments on commit e931432

Please sign in to comment.