fix: added purchase invoice in buying module

This commit is contained in:
Rohit Waghchaure 2019-08-28 17:51:31 +05:30
parent db3bb793e9
commit 354d0af44e

View File

@ -14,6 +14,12 @@ def get_data():
"dependencies": ["Item", "Supplier"],
"description": _("Purchase Orders given to Suppliers."),
},
{
"type": "doctype",
"name": "Purchase Invoice",
"onboard": 1,
"dependencies": ["Item", "Supplier"]
},
{
"type": "doctype",
"name": "Material Request",