https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570
--- Comment #117 from Jonathan Druart <[email protected]> --- - Are you sure we need the change to Koha::Object? - koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt [% To.json(data) %] must have the html filter - changes to opac-user.tt are wrong (not needed) - There are too many (unneeded) changes made to members/update-child.pl, it will conflict with bug 20226 (not blocker) - misc/cronjobs/j2a.pl transaction must be done using txn_begin/txn_commit/txn_rollback - C4::Installer::load_sql returned the following errors while attempting to load /home/vagrant/kohaclone/installer/data/mysql/atomicupdate/bug_14570.sql: I do not know what the error is. - Charset/collate: relationship VARCHAR(100) COLLATE utf8_unicode_ci NOT NULL, => this is wrong - same in the atomic update -- 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/
