Skip to content

Commit

Permalink
Merge pull request #43084 from blaggacao/payments/pr-6
Browse files Browse the repository at this point in the history
fix: unhide payment url in pr
  • Loading branch information
blaggacao authored Sep 5, 2024
2 parents aa54516 + 19c6bf2 commit 6652806
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions erpnext/accounts/doctype/payment_request/payment_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
"message",
"message_examples",
"mute_email",
"payment_url",
"section_break_7",
"payment_gateway",
"payment_account",
"payment_channel",
"payment_order",
"amended_from"
"amended_from",
"column_break_pnyv",
"payment_url"
],
"fields": [
{
Expand Down Expand Up @@ -343,7 +344,7 @@
{
"fieldname": "payment_url",
"fieldtype": "Data",
"hidden": 1,
"label": "Payment URL",
"length": 500,
"options": "URL",
"read_only": 1
Expand Down Expand Up @@ -408,6 +409,10 @@
"label": "Company",
"options": "Company",
"read_only": 1
},
{
"fieldname": "column_break_pnyv",
"fieldtype": "Column Break"
}
],
"in_create": 1,
Expand Down

0 comments on commit 6652806

Please sign in to comment.