Merge pull request 'fix inline_received flag' (#42) from fix/finishing-sidebar into main

Reviewed-on: #42
main
usama.jameel 2025-07-29 06:06:15 +00:00
commit e71fcebc13
1 changed files with 1 additions and 2 deletions

View File

@ -542,7 +542,6 @@ public class InventoryService {
createInventoryTransactionLeg(transaction, preCreatedItem, fromAccount, InventoryTransactionLeg.Type.OUT.name(), InventoryArtifactType.FINISHED_ITEM.name());
}
stitchingOfflineItem.setIsQa(true);
stitchingOfflineItem.setInlineReceived(true);
preCreatedItem.setIsQa(true);
finishedItemsForUlter.add(preCreatedItem);
// create IN in finishing Account Finished Item
@ -555,8 +554,8 @@ public class InventoryService {
finishedItemsForUlter.add(preCreatedItem);
}
stitchingOfflineItem.setIsQa(false);
stitchingOfflineItem.setInlineReceived(true);
}
stitchingOfflineItem.setInlineReceived(true);
stitchingOfflineItem.setQaStatus(qaStatus);
stitchingOfflineItem.setQcDoneAt(LocalDateTime.now());
updatedStitchedItems.add(stitchingOfflineItem);