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

--- Comment #11 from Magnus Enger <mag...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to