From fab8da9b005f3a59502e1474d5da1d7e3a92e307 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 16 Jul 2015 12:30:51 +0000 Subject: [PATCH] Revert "Bug 14290 - fix number of columns in footer for 3.18" This reverts commit 1524b4fd0c0ca13fec0d56a1e30c7234030eb289. extra stuff in here, oops. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 ++ t/Creators.t | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 89ba0631f1..fc0f475817 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,6 +301,8 @@ for="tobranch">Clone these rules to:   diff --git a/t/Creators.t b/t/Creators.t index 20daee4aee..646aef5996 100755 --- a/t/Creators.t +++ b/t/Creators.t @@ -14,7 +14,6 @@ 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'); -- 2.39.5