Skip to content

Commit

Permalink
Merge pull request #446 from harena-lab/development
Browse files Browse the repository at this point in the history
fix (engsw): limit check adjusted
  • Loading branch information
santanche authored Sep 14, 2023
2 parents 766170d + 9394472 commit 5346bb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
// console.log('============ current greater then release',pastRelease)
// console.log('============ current date greater then expiration',labExpired)

if (pastRelease && highestLab >= i){
if (pastRelease && highestLab > i){
if (labProgressManager.i.lab[i]['property'] != null && labProgressManager.i.lab[i]['property'] == '0'){
labDelivered = true
}
Expand Down

0 comments on commit 5346bb2

Please sign in to comment.