mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
feat: use int for billing frequency
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
{
|
||||
"description": "The number of billing cycles for which the customer should be charged. For example, if a customer is buying a 1-year membership that should be billed on a monthly basis, this value should be 12.",
|
||||
"fieldname": "billing_frequency",
|
||||
"fieldtype": "Data",
|
||||
"fieldtype": "Int",
|
||||
"label": "Billing Frequency"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user