[Koha-bugs] [Bug 13881] Add desk management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 2 16:31:21 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
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.


More information about the Koha-bugs mailing list