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

(-)a/t/db_dependent/Circulation/GetHardDueDate.t (-1 / +1 lines)
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
- 

Return to bug 12365