feat: Added Link to Blanket Orded in Selling Module Page
This commit is contained in:
parent
8ca3df7aac
commit
09bafc6d10
@ -10,7 +10,7 @@ def get_data():
|
|||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Customer",
|
"name": "Customer",
|
||||||
"description": _("Customer database."),
|
"description": _("Customer Database."),
|
||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -34,6 +34,13 @@ def get_data():
|
|||||||
"onboard": 1,
|
"onboard": 1,
|
||||||
"dependencies": ["Item", "Customer"],
|
"dependencies": ["Item", "Customer"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Blanket Order",
|
||||||
|
"description": _("Blanket Orders from Costumers."),
|
||||||
|
"onboard": 1,
|
||||||
|
"dependencies": ["Item", "Customer"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Sales Partner",
|
"name": "Sales Partner",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user