#CW-Prints

1 messages · Page 1 of 1 (latest)

earnest lantern
#

Hi guys I'm wondering if someone could help me with a issue I am facing, I am stuggling where to add this in app.js

#

I am more confused because there was a update with QB-Core

dark fern
#

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

dark fern
#

labkey

earnest lantern
#

like this

#

Sorry I am a little slow

dark fern
#
case "coupon":
case "business_card":
case "flyer":
  return `<p> ${itemData.label} </p> <p>Business: ${itemData.info.business} </p>`