mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
add coupon code on selling card of desk
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