Lines 981-987
subtest _get_sort_bin => sub {
Link Here
|
981 |
my $library2 = $builder->build_object( { class => 'Koha::Libraries' } ); |
981 |
my $library2 = $builder->build_object( { class => 'Koha::Libraries' } ); |
982 |
my $branch2 = $library2->branchcode; |
982 |
my $branch2 = $library2->branchcode; |
983 |
|
983 |
|
|
|
984 |
# Rules starts with malformed line, empty line and a comment to prove they are skipped |
984 |
my $rules = <<"RULES"; |
985 |
my $rules = <<"RULES"; |
|
|
986 |
$branch:homebranch:Z\r |
987 |
|
988 |
# Comment line |
985 |
$branch:homebranch:ne:\$holdingbranch:X\r |
989 |
$branch:homebranch:ne:\$holdingbranch:X\r |
986 |
$branch:effective_itemtype:eq:CD:0\r |
990 |
$branch:effective_itemtype:eq:CD:0\r |
987 |
$branch:itemcallnumber:<:340:1\r |
991 |
$branch:itemcallnumber:<:340:1\r |
988 |
- |
|
|