[Koha-bugs] [Bug 13607] Patron management API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 5 14:59:48 CET 2015


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

--- Comment #11 from Magnus Enger <magnus at enger.priv.no> ---
If I try to include one of the B_* fields in my borrower data, I get this :

<response>
<status>failed</status>
<type>data</type>
<message>Invalid fieldname provided: B_address
</message>
</response>

Probably because of this line:

die "Invalid fieldname provided (update): $f\n" if $f =~ /[^A-Za-z0-9]/;

Also, the "message" in the response would look better without the trailing
newline, I think.

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


More information about the Koha-bugs mailing list