These are edits required for ps-inventory
Last updated 11 months ago
Using the above as an example, on where to put this
Add a new "else if" under any of the others already listed and paste this in.
} else if (itemData.name == "vehiclekeys") { $(".item-info-title").html("<p>" + itemData.label + "</p>"); $(".item-info-description").html('<p><strong>Vehicle Keys for: </strong><span>' + itemData.info.vehName + "</p><p style=\"font-size:11px\"><b>Plate: </b>" + itemData.info.plate + "</a>");