Fix inventory handling in PoS (#1922)

This commit is contained in:
Mario Dian 2020-09-22 16:29:06 +08:00 committed by GitHub
parent c640289f4f
commit 0fc862bac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -260,6 +260,9 @@ $(function() {
if (image) {
template += ' image: ' + image + '\n';
}
if (inventory) {
template += ' inventory: ' + inventory + '\n';
}
if (custom) {
template += ' custom: true\n';
}