Skip to content

Commit

Permalink
fix: Don't allow negative amount on Payment Request #41905
Browse files Browse the repository at this point in the history
(cherry picked from commit b823aa6)

# Conflicts:
#	erpnext/accounts/doctype/payment_request/payment_request.json
  • Loading branch information
hiteshprajapati authored and mergify[bot] committed Jul 19, 2024
1 parent 307dcea commit aee2cc2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"fieldname": "grand_total",
"fieldtype": "Currency",
"label": "Amount",
"non_negative": 1,
"options": "currency"
},
{
Expand Down Expand Up @@ -395,7 +396,11 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-09-27 09:51:42.277638",
=======
"modified": "2024-06-20 13:54:55.245774",
>>>>>>> b823aa66bf (fix: Don't allow negative amount on Payment Request #41905)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Request",
Expand Down Expand Up @@ -433,4 +438,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"states": []
}
}

0 comments on commit aee2cc2

Please sign in to comment.