feat: refs #6636 Requested change
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-04-05 08:18:38 +02:00
parent 1656c8db63
commit 16a6e3d8a6
1 changed files with 1 additions and 3 deletions

View File

@ -72,9 +72,7 @@ module.exports = Self => {
// Get sales person from claim client
const salesPerson = claim.client().salesPersonUser();
let changedPickup;
if (args.pickup != claim.pickup)
changedPickup = true;
const changedPickup = args.pickup != claim.pickup;
// Validate when claimState has been changed
if (args.claimStateFk) {