http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12265
--- Comment #3 from M. de Rooy <[email protected]> --- Inviting anyone to comment on the following: The DBIx statements are in the script code itself now. Another approach would have been to move such statements to a module. In this case my idea was that the call to schema, 3 search, 1 first, 1 delete, 1 update and 1 create statement (7 DBIx calls) do not really justify adding an additional layer between the script and DBIx. What do you think? -- 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/
