Bugzilla – Attachment 9277 Details for
Bug 7994
Syntax error in yaml (syspref) files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7994: fix sysprefs syntax yaml files
Bug-7994-fix-sysprefs-syntax-yaml-files.patch (text/plain), 5.49 KB, created by
claire.hernandez@biblibre.com
on 2012-04-23 13:39:08 UTC
(
hide
)
Description:
Bug 7994: fix sysprefs syntax yaml files
Filename:
MIME Type:
Creator:
claire.hernandez@biblibre.com
Created:
2012-04-23 13:39:08 UTC
Size:
5.49 KB
patch
obsolete
>From 4f4f04d63fdca06f9f8bfbd70e88b7535ac50168 Mon Sep 17 00:00:00 2001 >From: Claire Hernandez <claire.hernandez@biblibre.com> >Date: Mon, 23 Apr 2012 15:31:20 +0200 >Subject: [PATCH] Bug 7994: fix sysprefs syntax yaml files > >--- > .../en/modules/admin/preferences/acquisitions.pref | 76 ++++++++++---------- > .../en/modules/admin/preferences/circulation.pref | 4 +- > .../en/modules/admin/preferences/searching.pref | 2 +- > 3 files changed, 41 insertions(+), 41 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 cf8fcf0..2b326e3 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,43 +1,43 @@ > # Broken, omitted: acquisitions, emailPurchaseSuggestions > Acquisitions: > Policy: >- - >- - Create an item when >- - pref: AcqCreateItem >- choices: >- ordering: placing an order. >- receiving: receiving an order. >- cataloguing: cataloging the record. >- - >- - pref: UniqueItemFields >- - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table) >- - >- - When closing or reopening a basket, >- - pref: BasketConfirmations >- default: 1 >- choices: >- 1: always ask for confirmation. >- 2: do not ask for confirmation. >- - >- - Show baskets >- - pref: AcqViewBaskets >- choices: >- user: created by staff member. >- branch: from staff member's library. >- all: in system, regardless of owner. >- - >- - 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%) >+ - >+ - Create an item when >+ - pref: AcqCreateItem >+ choices: >+ ordering: placing an order. >+ receiving: receiving an order. >+ cataloguing: cataloging the record. >+ - >+ - pref: UniqueItemFields >+ - (space-separated list of fields that should be unique for items, must be valid SQL fields of items table) >+ - >+ - When closing or reopening a basket, >+ - pref: BasketConfirmations >+ default: 1 >+ choices: >+ 1: always ask for confirmation. >+ 2: do not ask for confirmation. >+ - >+ - Show baskets >+ - pref: AcqViewBaskets >+ choices: >+ user: created by staff member. >+ branch: from staff member's library. >+ all: in system, regardless of owner. >+ - >+ - 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. >+ - >+ - Use >+ - pref: OrderPdfFormat >+ - when printing basket groups. >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 471aa0e..4bfadd4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -79,13 +79,13 @@ Circulation: > yes: Require > no: "Don't require" > - staff to choose which checkouts to show before running the overdues report. >- - >+ - > - pref: DisplayClearScreenButton > choices: > yes: Show > no: "Don't show" > - a button to clear the current patron from the screen on the circulation screen. >- - >+ - > - pref: RecordLocalUseOnReturn > choices: > yes: Record >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >index 3d7dd64..e324680 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >@@ -7,7 +7,7 @@ Searching: > no: Use > - the Zebra search engine. It is recommended to use Zebra; the option to not use Zebra is deprecated and is not guaranteed to work. > - >- - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' => '100a,245a,500*',</code>): >+ - When Zebra is not in use, translate the following MARC fields to the following indexes (each line should look something like <code>'indexname' => '100a,245a,500*',</code>) > - pref: NoZebraIndexes > type: textarea > class: list >-- >1.7.4.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7994
:
9276
|
9277
|
9278
|
10041
|
10043
|
10044
|
10045
|
10205
|
10207
|
10208
|
10229
|
10301
|
10302
|
10303