From 0b663b64449b402330229c975e38aa164eeeccee Mon Sep 17 00:00:00 2001 From: Jacek Ablewicz Date: Thu, 28 Apr 2016 09:35:51 +0200 Subject: [PATCH] Bug 16373: merge.pl reports success but files are not merged To recreate: 1) Select two biblios to merge 2) Merge them 3) Sucess reported but list of bibs contains only the reference record. 4) View the 'new' record, it won't have any additional items 5) View the 'merged' record, it is still there with its items This happens because record IDs (biblionumbers) are not correctly set up in the template on the 2nd merge stage, since Bug 15358. To test: 1) apply patch 2) try to recreate this issue once again, confirm that a problem is resolved Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher (cherry picked from commit 404d9001febc47f53a89be349abd8628d75dd8f6) Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt index 9ec45c1d4e..f82be7f7dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt @@ -253,7 +253,7 @@ $(document).ready(function(){ [% FOREACH record IN records %] - + [% END %] -- 2.20.1