From 7b402b33ecf77e9e5992dbc8a0636d87e318cf30 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 1 Mar 2014 09:33:27 +0100 Subject: [PATCH] Bug 11828: Follow up - add new option to OrderPdfFormat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This depends on bug 11459. To test: - Apply patch for 11459 - Apply patches for 11828 - Check appearance of the OrderPdfFormat system preference It will offer a pull down with options, including "German 2-page" Followed test plan. Patch behaves as expected. Signed-off-by: Marc VĂ©ron Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 1dd4518..54044d2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -54,4 +54,5 @@ Acquisitions: "pdfformat::layout2pages": English 2-page "pdfformat::layout3pages": English 3-page "pdfformat::layout3pagesfr": French 3-page + "pdfformat::layout2pagesde": German 2-page - layout when printing basket groups. -- 1.7.10.4