mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge pull request #19322 from ashish-greycube/item_row_link_issue
Item row link issue
This commit is contained in:
@@ -127,7 +127,11 @@ def get_data():
|
|||||||
"name": "Shipping Rule",
|
"name": "Shipping Rule",
|
||||||
"description": _("Rules for adding shipping costs."),
|
"description": _("Rules for adding shipping costs."),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "doctype",
|
||||||
|
"name": "Coupon Code",
|
||||||
|
"description": _("Define coupon codes."),
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user