https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19618
--- Comment #35 from Jonathan Druart <[email protected]> --- Thanks Agustin, it's a bit more clear. More questions then :) Is there a plan to have a UI view of club_holds_to_patron_holds? If not, what's the point of it? Could not we replace it with entries in action_logs? The enum on error_code is weird, and will lead to issues: everytime a new status is returned by the subroutine we will need to adjust the enum. It seems that it should be a simple varchar. By the way what is the difference between error_code and error_message? (Documentation is missing in kohastructure.sql :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
