[Koha-bugs] [Bug 33036] REST API: Merge biblio records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 27 14:07:19 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036

--- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Zeno Tajoli from comment #25)
> Hi Jonathan Druart,
> 
> are you sure that there are problems with tidying for this patch?
> I use perltidy conf that are in the git archive and I do a check with 
> koha-qa.pl -v 2 -c 1 and I pass the test.

+    if($@)
+    {   push @errors, $@;
+    }   else
+    {   if ($rmerge->{'status'}==0)
+        {   push @errors, $rmerge->{'error'};
         }

This looks wrong, we have 

  8 # } else {
  9 --cuddled-else

in our .perltidyrc (at the root of Koha src)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list