mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: added purchase invoice in buying module
This commit is contained in:
@@ -14,6 +14,12 @@ def get_data():
|
|||||||
"dependencies": ["Item", "Supplier"],
|
"dependencies": ["Item", "Supplier"],
|
||||||
"description": _("Purchase Orders given to Suppliers."),
|
"description": _("Purchase Orders given to Suppliers."),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Purchase Invoice",
|
||||||
|
"onboard": 1,
|
||||||
|
"dependencies": ["Item", "Supplier"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "doctype",
|
"type": "doctype",
|
||||||
"name": "Material Request",
|
"name": "Material Request",
|
||||||
|
|||||||
Reference in New Issue
Block a user