5 Feb
2015
5 Feb
'15
1:59 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13607 --- Comment #11 from Magnus Enger <magnus@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.