15 Aug
2016
15 Aug
'16
11:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 --- Comment #18 from Lari Taskula <larit@student.uef.fi> --- (In reply to Marcel de Rooy from comment #16)
my @valid_params = Koha::Patrons->_resultset->result_source->columns;
Normally, we should not touch the private underscored subs like _resultset somewhere else? We also have _columns in Koha/Object. Should that be made public? Also there is a "columns" sub in Koha::Objets from Bug 16889.
-- You are receiving this mail because: You are watching all bug changes.