Bugzilla – Attachment 154914 Details for
Bug 34644
Add clarifying text to sysprefs to indicate that MarcFieldsToOrder is a fallback to MarcItemFieldsToOrder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34644: Improve readability of sysprefs
Bug-34644-Improve-readability-of-sysprefs.patch (text/plain), 2.43 KB, created by
Kyle M Hall (khall)
on 2023-08-29 17:53:30 UTC
(
hide
)
Description:
Bug 34644: Improve readability of sysprefs
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-08-29 17:53:30 UTC
Size:
2.43 KB
patch
obsolete
>From f1c612a04146f6888989c851378168b974afb114 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 29 Aug 2023 13:53:16 -0400 >Subject: [PATCH] Bug 34644: Improve readability of sysprefs > >--- > .../en/modules/admin/preferences/acquisitions.pref | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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 d1390056c84..7f1e223e6fd 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 >@@ -63,16 +63,16 @@ Acquisitions: > - pref: MarcFieldsToOrder > type: textarea > syntax: text/x-yaml >- - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2" >- - "<br/>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a" >+ - "<p>You can use the following fields: price, quantity, budget_code, discount, sort1, sort2</p>" >+ - "<p>For example:<br/>price: 947$a|947$c<br/>quantity: 969$h<br/>budget_code: 922$a</p>" > - > - Set the mapping values for new item records created from a MARC record in a staged file. > - pref: MarcItemFieldsToOrder > type: textarea > syntax: text/x-yaml >- - "You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code" >- - "<br/>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z" >- - If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ). >+ - "<p>You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code</p>" >+ - "<p>For example:<br/>holdingbranch: 975$b<br/>itype: 975$9|975$z</p>" >+ - "<p>If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).</p>" > - > - pref: ClaimsBccCopy > default: no >-- >2.30.2
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 34644
:
154913
|
154914
|
154916
|
154929
|
154930
|
154931
|
154932
|
160019
|
160020
|
160021
|
160022