[FIX] Voucher in wrong card.lot

Merged Reviewer Intergaláctico requested to merge 11.0-FIX_VoucherJumpingSession into 11.0-stage

Case:

  • card.lot(1,) with name '5' exists in pos.session(1,)
  • card.voucher(2,) with lot name '5' and pos.session(2,) is created

The code associated the card.voucher(2,) with the card.lot(1,) when it should be creating a new card.lot

Merge request reports