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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 lines)
Lines 301-308 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
301
                      <th>No renewal before</th>
301
                      <th>No renewal before</th>
302
                      <th>Automatic renewal</th>
302
                      <th>Automatic renewal</th>
303
                      <th>Holds allowed (count)</th>
303
                      <th>Holds allowed (count)</th>
304
                      <th>On shelf holds allowed</th>
305
                      <th>Item level holds</th>
306
                      <th>Rental discount (%)</th>
304
                      <th>Rental discount (%)</th>
307
                      <th colspan="2">&nbsp;</th>
305
                      <th colspan="2">&nbsp;</th>
308
                    </tr>
306
                    </tr>
(-)a/t/Creators.t (-1 / +1 lines)
Lines 14-19 BEGIN { Link Here
14
}
14
}
15
15
16
my $pdf_creator = C4::Creators::PDF->new(InitVars => 0);
16
my $pdf_creator = C4::Creators::PDF->new(InitVars => 0);
17
warn $pdf_creator;
17
ok($pdf_creator, "testing new() works");
18
ok($pdf_creator, "testing new() works");
18
if (-e $pdf_creator->{filename}) {
19
if (-e $pdf_creator->{filename}) {
19
  pass('testing pdf file created');
20
  pass('testing pdf file created');
20
- 

Return to bug 14290