Bugzilla – Attachment 178818 Details for
Bug 38989
Note hard-coded price checks in MarcFieldsToOrder system preference text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38989: Updated system preference text of MarcFieldsToOrder
Bug-38989-Updated-system-preference-text-of-MarcFi.patch (text/plain), 1.76 KB, created by
Nicolas Hunstein
on 2025-02-28 12:26:59 UTC
(
hide
)
Description:
Bug 38989: Updated system preference text of MarcFieldsToOrder
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-02-28 12:26:59 UTC
Size:
1.76 KB
patch
obsolete
>From d10d3e0e2e3f3306d4dd5b478ec8ed32781ce461 Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Fri, 28 Feb 2025 11:40:39 +0000 >Subject: [PATCH] Bug 38989: Updated system preference text of > MarcFieldsToOrder > >Updates system preference text MarcFieldsToOrder by adding string "When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records" > >to test: >- go to Admin > System preferences > MarcFieldsToOrder >- check there is no string like "When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records" > >-apply patch >- verify there is the string >--- > .../prog/en/modules/admin/preferences/acquisitions.pref | 1 + > 1 file changed, 1 insertion(+) > >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 652ca5c2f9..8bb9472cb1 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 >@@ -77,6 +77,7 @@ Acquisitions: > syntax: text/x-yaml > - "<p>You can use the following fields: price, replacementprice, 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>" >+ - "<br><p>When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records</p>" > - > - Set the mapping values for new item records created from a MARC record in a staged file. > - pref: MarcItemFieldsToOrder >-- >2.39.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 38989
:
178818
|
178819
|
178851