Skip to content

Commit

Permalink
fix: change amount_paid fieldtype to from Float to Currency
Browse files Browse the repository at this point in the history
  • Loading branch information
tuwafula committed Nov 5, 2024
1 parent e9bdc79 commit 7ed26ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
{
"fieldname": "amount_paid",
"fieldtype": "Float",
"fieldtype": "Currency",
"label": "Amount Paid"
},
{
Expand Down Expand Up @@ -209,7 +209,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-11-05 15:52:21.872065",
"modified": "2024-11-05 16:39:59.492174",
"modified_by": "Administrator",
"module": "Frappe Tingg Payments",
"name": "Tingg Payment Register",
Expand Down

0 comments on commit 7ed26ca

Please sign in to comment.