Skip to content

Commit

Permalink
fix: format collection table properly
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Sep 6, 2024
1 parent c638e57 commit b276b1d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
],
"fields": [
{
"columns": 3,
"fieldname": "tier_name",
"fieldtype": "Data",
"in_list_view": 1,
"label": "Tier Name",
"reqd": 1
},
{
"columns": 3,
"fieldname": "min_spent",
"fieldtype": "Currency",
"in_list_view": 1,
Expand All @@ -28,6 +30,7 @@
"fieldtype": "Column Break"
},
{
"columns": 3,
"description": "For how much spent = 1 Loyalty Point",
"fieldname": "collection_factor",
"fieldtype": "Currency",
Expand All @@ -38,7 +41,7 @@
],
"istable": 1,
"links": [],
"modified": "2024-09-05 07:41:25.694041",
"modified": "2024-09-06 09:26:03.323912",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Loyalty Program Collection",
Expand Down

0 comments on commit b276b1d

Please sign in to comment.