Lines 355-361
test_it( $cpvPmappings, "PostIssue" );
Link Here
|
355 |
BAIL_OUT("Return Failed") unless AddReturn( $item_1->{barcode}, $patron->{branchcode} ); |
355 |
BAIL_OUT("Return Failed") unless AddReturn( $item_1->{barcode}, $patron->{branchcode} ); |
356 |
|
356 |
|
357 |
#Since currently checked in item now return status "currentlycheckedout" we need use |
357 |
#Since currently checked in item now return status "currentlycheckedout" we need use |
358 |
#same test scenarions for returned item as above but without "currentlycheckedout" |
358 |
#same test scenarios for returned item as above but without "currentlycheckedout" |
359 |
$cpvPmappings = [ |
359 |
$cpvPmappings = [ |
360 |
{ |
360 |
{ |
361 |
msg => "Same item, same patron [1]", |
361 |
msg => "Same item, same patron [1]", |
362 |
- |
|
|