2
0
mirror of https://github.com/frappe/books.git synced 2024-11-15 09:54:04 +00:00
books/schemas/app/AppliedCouponCodes.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
296 B
JSON
Raw Normal View History

2024-09-11 10:32:29 +00:00
{
"name": "AppliedCouponCodes",
"label": "Applied Coupon Codes",
"isChild": true,
"fields": [
{
"fieldname": "coupons",
"label": "Coupons",
"fieldtype": "Link",
"target": "CouponCode"
}
],
"tableFields": ["coupons"],
"quickEditFields": ["coupons"]
}