6 Dec
2016
6 Dec
'16
9:16 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17586 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #10)
I would do $patron->account()->balance() with account() returning the Koha::Account object, and balance() returning the account balance. Of course, I'm a fan of being succinct ; )
I am not 100% this change is the right thing to do but we could go like that to start. For now, the Koha::Account module's responsibilities are not clearly defined and it's not easy to guess what it will become. -- You are receiving this mail because: You are watching all bug changes.