Lines 145-150
my $sampleissuingrule1 = {
Link Here
|
145 |
holds_per_record => 1, |
145 |
holds_per_record => 1, |
146 |
article_requests => 'yes', |
146 |
article_requests => 'yes', |
147 |
no_auto_renewal_after => undef, |
147 |
no_auto_renewal_after => undef, |
|
|
148 |
no_auto_renewal_after_hard_limit => undef, |
148 |
}; |
149 |
}; |
149 |
my $sampleissuingrule2 = { |
150 |
my $sampleissuingrule2 = { |
150 |
branchcode => $samplebranch2->{branchcode}, |
151 |
branchcode => $samplebranch2->{branchcode}, |
151 |
- |
|
|