Ammends
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1b9ca13391
commit
eba39cc706
|
@ -75,7 +75,7 @@ module.exports = Self => {
|
||||||
await models.ItemMatchProperties.upsert({
|
await models.ItemMatchProperties.upsert({
|
||||||
itemFk: buy.itemFk,
|
itemFk: buy.itemFk,
|
||||||
name: buy.description,
|
name: buy.description,
|
||||||
company: buy.companyName,
|
producer: buy.companyName,
|
||||||
size: buy.size
|
size: buy.size
|
||||||
}, options);
|
}, options);
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ module.exports = Self => {
|
||||||
fields: ['itemFk'],
|
fields: ['itemFk'],
|
||||||
where: {
|
where: {
|
||||||
name: buy.description,
|
name: buy.description,
|
||||||
company: buy.companyName,
|
producer: buy.companyName,
|
||||||
size: buy.size
|
size: buy.size
|
||||||
}
|
}
|
||||||
}, myOptions);
|
}, myOptions);
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"name": {
|
"name": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"company": {
|
"producer": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
|
|
Loading…
Reference in New Issue