merge ignore shopping with onhand

This commit is contained in:
smilerz
2021-12-29 16:32:19 -06:00
parent 2787b64a96
commit 3fafd43e58
22 changed files with 191 additions and 228 deletions

View File

@ -191,7 +191,7 @@ export default {
return this.model?.ordered_tags ?? []
},
getFullname: function () {
if (!this.item?.full_name.includes(">")) {
if (!this.item?.full_name?.includes(">")) {
return undefined
}
return this.item?.full_name