http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9281 --- Comment #8 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #7)
You mean the save button at the bottom of the page below the accounting details box? Yes
I successfully added all records from a staged file as orders that way - on error. Is there another condition that has to be met to trigger the error?
hum... strange. Could you dump the hash in GetMember please? (in C4/Members.pm l.530: warn Data::Dumper::Dumper \%information;) I get: $VAR1 = { 'C4::Members' => 'borrowernumber', '55' => undef, # 55 is $borrowernumber } According to the code, you should enter in this routine for each biblio contained in your staged file. -- You are receiving this mail because: You are watching all bug changes.