|
Lines 148-153
my $sampleissuingrule1 = {
Link Here
|
| 148 |
no_auto_renewal_after_hard_limit => undef, |
148 |
no_auto_renewal_after_hard_limit => undef, |
| 149 |
suspension_chargeperiod => 1, |
149 |
suspension_chargeperiod => 1, |
| 150 |
holds_per_day => undef, |
150 |
holds_per_day => undef, |
|
|
151 |
note => undef, |
| 151 |
}; |
152 |
}; |
| 152 |
my $sampleissuingrule2 = { |
153 |
my $sampleissuingrule2 = { |
| 153 |
branchcode => $samplebranch2->{branchcode}, |
154 |
branchcode => $samplebranch2->{branchcode}, |
| 154 |
- |
|
|