8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 9b2fb7a430 - Show all commits

View File

@ -148,8 +148,7 @@ module.exports = Self => {
relation: 'saleOriginal'
}
});
return saleCloned2.saleOriginal()?.ticketFk;
return saleCloned2?.saleOriginal()?.ticketFk || null;
};
};