Bug 11459: use drop-down to set OrderPdfFormat syspref
authorGalen Charlton <gmc@esilibrary.com>
Wed, 26 Feb 2014 16:45:09 +0000 (16:45 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 13:32:22 +0000 (09:32 -0400)
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 <gmc@esilibrary.com>

I followed the test plan. Patch behaves as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Improves usability of the OrderPdfFormat system preference.
Works as described, only changes YAML file.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 3b7349e59005696094d5f7019583211140a355f0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit f1e42752cb265cecd4e29b1ee64a79d33d10f2b4)

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref

index ea02dd8..eb66cb8 100644 (file)
@@ -39,6 +39,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.