8 Nov
2024
8 Nov
'24
12:38 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30657 --- Comment #37 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #36)
Have you discussed adding a prefix to those accessors for safety? Something like `attr_$code`, for example.
For ILL that's exactly what we did.. but you also won't hit the attribute accessor here if you clash with an existing patron field name. Honestly, I wasn't sure which way to jump, but the basic code only felt nicer looking to me for end users. -- You are receiving this mail because: You are watching all bug changes.