From 08cc74a9b60d85fcdf5b3febfa5653111a16d9ac Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 29 Nov 2023 09:13:38 -1000 Subject: [PATCH] Bug 35441: Fix typo 'UniqueItemsFields' system preference Typo in message : NOTE: Fields listed in the 'UniqueItemsFields' system preference will not be copied The preference is Item without 's' : 'UniqueItemFields' Test plan : 1) Check system preference 'UniqueItemFields' contains values 2) Go to acquisition to create a new order from new record 3) Check the note you see with the system preference Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/js/additem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/additem.js b/koha-tmpl/intranet-tmpl/prog/js/additem.js index b3045c656e..c1191ab5f0 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/additem.js +++ b/koha-tmpl/intranet-tmpl/prog/js/additem.js @@ -198,7 +198,7 @@ function cloneItemBlock(index, unique_item_fields, callback) { buttonPlus += ''; buttonPlus += ""; $(clone).append(buttonPlus); -- 2.39.5