Bugzilla – Attachment 10229 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]
[SIGNED-OFF] Bug 7994: Fix pref yaml errors
SIGNED-OFF-Bug-7994-Fix-pref-yaml-errors.patch (text/plain), 5.54 KB, created by
Kyle M Hall
on 2012-06-11 15:25:00 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7994: Fix pref yaml errors
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-06-11 15:25:00 UTC
Size:
5.54 KB
patch
obsolete
>From 4a9d4615a68b55e9839cd9fd688c3128282459e6 Mon Sep 17 00:00:00 2001 >From: Claire Hernandez <claire.hernandez@biblibre.com> >Date: Mon, 11 Jun 2012 15:52:10 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 7994: Fix pref yaml errors > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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 d2d11b4..a54e3c5 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.2.5
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