Lines 2857-2863
subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub {
Link Here
|
2857 |
{ |
2857 |
{ |
2858 |
class => 'Koha::Patrons', |
2858 |
class => 'Koha::Patrons', |
2859 |
value => { |
2859 |
value => { |
2860 |
library => $library->branchcode, |
2860 |
branchcode => $library->branchcode, |
2861 |
categorycode => $patron_category->{categorycode} |
2861 |
categorycode => $patron_category->{categorycode} |
2862 |
} |
2862 |
} |
2863 |
} |
2863 |
} |
Lines 2866-2872
subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub {
Link Here
|
2866 |
{ |
2866 |
{ |
2867 |
class => 'Koha::Patrons', |
2867 |
class => 'Koha::Patrons', |
2868 |
value => { |
2868 |
value => { |
2869 |
library => $library->branchcode, |
2869 |
branchcode => $library->branchcode, |
2870 |
categorycode => $patron_category->{categorycode} |
2870 |
categorycode => $patron_category->{categorycode} |
2871 |
} |
2871 |
} |
2872 |
} |
2872 |
} |
2873 |
- |
|
|