https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13757
--- Comment #78 from Tomás Cohen Arazi <[email protected]> --- Created attachment 59897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59897&action=edit Bug 13757: Make K::P::Modifications->pending return K::P::Attribute This patch makes Koha::Patron::Modifications->pending return Koha::Patron:Attribute objects. They are not stored on the DB but only live in memory on runtime. members-update.pl is the only place this is used, and this way we have all we need for better rendering the UI. Tests are added for the changed API. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
