View | Details | Raw Unified | Return to bug 19804
Collapse All | Expand All

(-)a/t/db_dependent/Circulation/GetHardDueDate.t (-1 / +1 lines)
Lines 146-151 my $sampleissuingrule1 = { Link Here
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
    no_auto_renewal_after_hard_limit => undef,
149
    suspension_chargeperiod => 1,
149
};
150
};
150
my $sampleissuingrule2 = {
151
my $sampleissuingrule2 = {
151
    branchcode         => $samplebranch2->{branchcode},
152
    branchcode         => $samplebranch2->{branchcode},
152
- 

Return to bug 19804