From 1524b4fd0c0ca13fec0d56a1e30c7234030eb289 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 16 Jul 2015 12:25:14 +0000 Subject: [PATCH] Bug 14290 - fix number of columns in footer for 3.18 Jonathan pointed out that the smart rules table is slightly different in 3.20, this commit cleans it up for 3.18. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 -- t/Creators.t | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index fc0f475..89ba063 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -301,8 +301,6 @@ for="tobranch">Clone these rules to:   diff --git a/t/Creators.t b/t/Creators.t index 646aef5..20daee4 100755 --- a/t/Creators.t +++ b/t/Creators.t @@ -14,6 +14,7 @@ BEGIN { } my $pdf_creator = C4::Creators::PDF->new(InitVars => 0); +warn $pdf_creator; ok($pdf_creator, "testing new() works"); if (-e $pdf_creator->{filename}) { pass('testing pdf file created'); -- 1.7.10.4