mirror of
https://github.com/frappe/books.git
synced 2024-11-15 01:44:04 +00:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"name": "AppliedCouponCodes",
|
|
"label": "Applied Coupon Codes",
|
|
"isChild": true,
|
|
"fields": [
|
|
{
|
|
"fieldname": "coupons",
|
|
"label": "Coupons",
|
|
"fieldtype": "Link",
|
|
"target": "CouponCode"
|
|
}
|
|
],
|
|
"tableFields": ["coupons"],
|
|
"quickEditFields": ["coupons"]
|
|
}
|