mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
fix: format collection table properly
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
|
"columns": 3,
|
||||||
"fieldname": "tier_name",
|
"fieldname": "tier_name",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@@ -18,6 +19,7 @@
|
|||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"columns": 3,
|
||||||
"fieldname": "min_spent",
|
"fieldname": "min_spent",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@@ -28,6 +30,7 @@
|
|||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"columns": 3,
|
||||||
"description": "For how much spent = 1 Loyalty Point",
|
"description": "For how much spent = 1 Loyalty Point",
|
||||||
"fieldname": "collection_factor",
|
"fieldname": "collection_factor",
|
||||||
"fieldtype": "Currency",
|
"fieldtype": "Currency",
|
||||||
@@ -38,7 +41,7 @@
|
|||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-09-05 07:41:25.694041",
|
"modified": "2024-09-06 09:26:03.323912",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Loyalty Program Collection",
|
"name": "Loyalty Program Collection",
|
||||||
|
|||||||
Reference in New Issue
Block a user