mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
Deprecating subscriber doctype (#15695)
* Depricating subscriber doctype * Removed naming series
This commit is contained in:
committed by
Nabin Hait
parent
e45868a3c6
commit
0cbb9b54fa
@@ -25,6 +25,10 @@ def get_data():
|
||||
{
|
||||
'label': _('Pricing'),
|
||||
'items': ['Pricing Rule']
|
||||
},
|
||||
{
|
||||
'label': _('Subscriptions'),
|
||||
'items': ['Subscription']
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user