From d22d2b735e70380be9a0d54fe7d07ed83f46d5e3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 26 Feb 2014 16:45:09 +0000 Subject: [PATCH] [COUNTER PATCH] Bug 11459: use drop-down to set OrderPdfFormat syspref 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 --- .../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.7.10.4