https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26059
--- Comment #7 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
