MarcFieldsToOrder allows the user to indicate a MARC field in which Koha should look for a price when creating orders from staged MARC files. Without defining anything here, Koha will check the 345$c and 020$c for MARC21 records and the 345$c and 010$c for UNIMARC records. It'd be helpful to include that in the system preference text.
Created attachment 178818 [details] [review] 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
Created attachment 178819 [details] [review] 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 Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com>
Created attachment 178851 [details] [review] 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 Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Pushed for 25.05! Well done everyone, thank you!