From 94afea257768cc8ec52961e78dd719af138eff4b Mon Sep 17 00:00:00 2001 From: Nicole Engard Date: Thu, 4 Feb 2010 01:55:05 -0500 Subject: [PATCH] bug 3985 add missing acq preferences Content-Type: text/plain; charset="utf-8" This patch adds AcqCreateItem, CurrencyFormat, gist, and OrderPdfFormat back into the sys prefs interface. Still missing are acquisitions, OrderPdfTemplate, and emailPurchaseSuggestions. --- .../en/modules/admin/preferences/acquisitions.pref | 26 ++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 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 6c38eba..4daf86d 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 -- 1.5.6.5