[Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 23 13:32:27 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Failed QA

--- Comment #30 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Please cleanup your patches!

diff --git a/members/memberentry.pl b/members/memberentry.pl
index abae2ec53e..da8a324c78 100755
--- a/members/memberentry.pl
+++ b/members/memberentry.pl
@@ -109,9 +109,7 @@ $template->param( relationships => scalar
$patron->guarantor_relationships ) if

 my @relations = split /\|/, C4::Context->preference('borrowerRelationship'),
-1;
 @relations = ('') unless @relations;
-warn Data::Dumper::Dumper( \@relations );
 my $empty_relationship_allowed = grep {$_ eq ""} @relations;
-warn $empty_relationship_allowed;
 $template->param( empty_relationship_allowed => $empty_relationship_allowed );

 my $guarantor_id = $input->param('guarantor_id');

This really does not need to be in any of these patches.

Please amend the first patch where you delete the buggy lines too ;)

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


More information about the Koha-bugs mailing list