refs: 6697 remove claim quantity

This commit is contained in:
jcasado 2024-04-08 14:38:54 +02:00
parent 2cf5e94002
commit 84997eacd5
2 changed files with 2 additions and 3 deletions

View File

@ -83,7 +83,7 @@ module.exports = Self => {
const newClaimBeginning = models.ClaimBeginning.create({
saleFk: sale.id,
claimFk: newClaim.id,
quantity: sale.quantity
}, myOptions);
promises.push(newClaimBeginning);

View File

@ -16,8 +16,7 @@
"description": "Identifier"
},
"quantity": {
"type": "number",
"required": true
"type": "number"
}
},
"relations": {