#6697 - removeClaimQuantity #2363

Merged
jcasado merged 7 commits from 6697-removeClaimQuantity into dev 2024-04-25 11:55:34 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d1659ce04c - Show all commits

View File

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