chore: minor linting issue fixed

This commit is contained in:
Vishal 2022-10-28 11:59:10 +05:30
parent a04c44fe34
commit e8c0157017

View File

@ -1,5 +1,6 @@
from frappe import _
def get_data():
return {
"fieldname": "purchase_receipt_no",
@ -18,7 +19,10 @@ def get_data():
},
"transactions": [
{"label": _("Related"), "items": ["Purchase Invoice", "Landed Cost Voucher", "Asset"]},
{"label": _("Reference"), "items": ["Material Request", "Purchase Order", "Quality Inspection", "Project"]},
{
"label": _("Reference"),
"items": ["Material Request", "Purchase Order", "Quality Inspection", "Project"],
},
{"label": _("Returns"), "items": ["Purchase Receipt"]},
{"label": _("Subscription"), "items": ["Auto Repeat"]},
],