https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 108319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108319 Bug 26059: Create guarantor/guarantee links on patron import Review of attachment 108319: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=26059&attachment=108319) ----------------------------------------------------------------- ::: Koha/Patrons/Import.pm @@ +354,4 @@
Koha::Patron->new(\%borrower)->store; }; unless ( $@ ) { + $borrowernumber = $patron->id;
Is this line really needed? If so please explain. -- You are receiving this mail because: You are watching all bug changes.