Bugzilla – Attachment 138395 Details for
Bug 23202
Problems when adding multiple items to an order in acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23202: Problems when adding multiple items to an order in acquisitions
Bug-23202-Problems-when-adding-multiple-items-to-a.patch (text/plain), 1.67 KB, created by
Katrin Fischer
on 2022-07-30 20:55:51 UTC
(
hide
)
Description:
Bug 23202: Problems when adding multiple items to an order in acquisitions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-30 20:55:51 UTC
Size:
1.67 KB
patch
obsolete
>From 6d8fc2829ab49ab7814dfc8cc0e59e2ac14d3478 Mon Sep 17 00:00:00 2001 >From: Johanna Raisa <johanna.raisa@gmail.com> >Date: Tue, 26 Jul 2022 12:01:56 +0300 >Subject: [PATCH] Bug 23202: Problems when adding multiple items to an order in > acquisitions > >This patch fixes adding multiple items on order acquisitions > >1) Set dateaccessioned.pl plugin to ACQ framework's 952$d field. >2) Create basket to a vendor and add order from a new empty record. >3) Add date acquired value from calendar. >4) Add multiple items and see that the view freezes. >5) Apply the patch >6) Reload the page and repeat the steps 3 and 4. >7) See that the items are added. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 a83310f29d..fac6b2648c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/additem.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/additem.js >@@ -192,7 +192,7 @@ function cloneItemBlock(index, unique_item_fields, callback) { > $(original).find("input[name='field_value']").each(function(){ > var kohafield = $(this).siblings("input[name='kohafield']").val(); > if($(this).val() && $.inArray(kohafield,dont_copy_fields) == -1) { >- $(this).parent("div").attr("id").match(/^(subfield.)/); >+ $(this).closest("li div").attr("id").match(/^(subfield.)/); > var id = RegExp.$1; > var value = $(this).val(); > $(clone).find("div[id^='"+id+"'] input[name='field_value']").val(value); >-- >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 23202
:
138120
|
138395
|
139244