http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bernardo Gonzalez Kriegel <[email protected]> --- Hi, can this be tested? Comments: 1) Can this be defined into Koha namespace? 2) You could use GetBranchesLoop to get an ordered (by branchname) list of branches 3) Many backticks (`) (Coding guidelines SQL6: Backticks Don't use ` in table or column names (this is a mySQLism)) 4) I think we can't use smartmatch (~~). In test "ok($deskcode ~~ @$desks, 'GetDesks returns desk codes');" Look at http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11468#c6 -- You are receiving this mail because: You are the assignee for the bug. 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/
