Deprecating subscriber doctype (#15695)

* Depricating subscriber doctype

* Removed naming series
This commit is contained in:
deepeshgarg007
2018-10-16 14:39:16 +05:30
committed by Nabin Hait
parent e45868a3c6
commit 0cbb9b54fa
11 changed files with 27 additions and 200 deletions

View File

@@ -25,6 +25,10 @@ def get_data():
{
'label': _('Pricing'),
'items': ['Pricing Rule']
},
{
'label': _('Subscriptions'),
'items': ['Subscription']
}
]
}