#CW-Prints
1 messages · Page 1 of 1 (latest)
search for labcard in the file mentioned. Add this after instead
case "coupon":
case "business_card":
case "flyer":
return `<p>" + itemData.label + "</p> <p>Business: " + itemData.info.business + "</p>`
Maybe they actually added a sane way to add metadata display now tho.
I don't use qb inventory so support is and will be limited
labkey
case "coupon":
case "business_card":
case "flyer":
return `<p> ${itemData.label} </p> <p>Business: ${itemData.info.business} </p>`