qb-inventory

These are edits required for qb-inventory

Go to this line and add this in qb-inventory/html/js/app.js

Add a new "case" under any of the others already listed and paste this in.

    case "vehiclekeys":
        return `<p><strong>Vehicle Keys for </strong><span>${itemData.info.vehName}</span></p>
        <p><strong>Plate # </strong><span>${itemData.info.plate}</span>`;

Last updated