From 8b9cf290579ce4e8cd16e01f0bcdfb03a05c7935 Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Thu, 4 Feb 2010 01:57:29 -0500 Subject: [PATCH] bug 3985 add missing acq preferences This patch adds AcqCreateItem, CurrencyFormat, gist, and OrderPdfFormat back into the sys prefs interface. Still missing are acquisitions, OrderPdfTemplate, and emailPurchaseSuggestions. Signed-off-by: Galen Charlton --- .../admin/preferences/acquisitions.pref | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) 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 6c38eba4c3..4daf86d032 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 @@ -1,8 +1,34 @@ # Broken, omitted: acquisitions, emailPurchaseSuggestions +# Unsure how to format the OrderPdfTemplate field as a browse option Acquisitions: + Serials: - - pref: RenewSerialAddsSuggestion choices: yes: Add no: "Don't add" - a suggestion for a biblio when its attached serial is renewed. + Policy: + - + - Create an item when + - pref: AcqCreateItem + choices: + ordering: placing an order. + receiving: receiving an order. + cataloguing: cataloging the record. + - + - Display currencies using the following format + - pref: CurrencyFormat + choices: + US: 360,000.00 (US) + FR: 360 000,00 (FR) + - + - The default tax rate is + - pref: gist + - (enter in numeric form, 0.12 for 12%) + + Printing: + - + - Use + - pref: OrderPdfFormat + - when printing basket groups. \ No newline at end of file -- 2.39.2