|
Lines 147-152
my $sampleissuingrule1 = {
Link Here
|
| 147 |
no_auto_renewal_after => undef, |
147 |
no_auto_renewal_after => undef, |
| 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 |
}; |
151 |
}; |
| 151 |
my $sampleissuingrule2 = { |
152 |
my $sampleissuingrule2 = { |
| 152 |
branchcode => $samplebranch2->{branchcode}, |
153 |
branchcode => $samplebranch2->{branchcode}, |
| 153 |
- |
|
|