2
0
mirror of https://github.com/frappe/books.git synced 2025-01-08 01:14:39 +00:00
books/schemas/app/AppliedCouponCodes.json

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"]
}