[Koha-bugs] [Bug 9281] Impossible to create an order from a staged file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 17 09:39:23 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9281

--- Comment #8 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list