From fa6ba9423a0957d635d8f9a42648c02b3be06358 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 26 Feb 2014 16:45:09 +0000 Subject: [PATCH] [PASSED QA] Bug 11459: use drop-down to set OrderPdfFormat syspref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch converts the OrderPdfFormat to a choice. To test: [1] Look at OrderPdfFormat in the system preferences editor. Verify that there is a drop-down giving a choice among the three PDF basketgroup printing formats. [2] Change the OrderPdfFormat setting and print a basketgroup. Verify that the chosen template is used. Signed-off-by: Galen Charlton I followed the test plan. Patch behaves as expected. Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer Improves usability of the OrderPdfFormat system preference. Works as described, only changes YAML file. --- .../prog/en/modules/admin/preferences/acquisitions.pref | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 60ba8be..1dd4518 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 @@ -48,6 +48,10 @@ Acquisitions: Printing: - - - Use + - Use the - pref: OrderPdfFormat - - when printing basket groups. + choices: + "pdfformat::layout2pages": English 2-page + "pdfformat::layout3pages": English 3-page + "pdfformat::layout3pagesfr": French 3-page + - layout when printing basket groups. -- 1.8.3.2