]> git.koha-community.org Git - koha.git/commit
Bug 16717: Improve variable naming
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Jun 2016 10:18:32 +0000 (11:18 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 24 Jun 2016 05:29:30 +0000 (07:29 +0200)
commit8ebe3a0a42b8b63a3ef8b1486a30cd3b335d12b9
tree3a530556439ed7f03f916ae5a86a411037d8c547
parent5321959b458b39860192846cd466a05df893aa53
Bug 16717: Improve variable naming

$category was a categorycode, to help the readability it's better to
name it $categorycode or assign a Category to $category

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit f8b73deaec5c7f55d66d52c2ca05d419f4a7c178)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
t/db_dependent/Holds.t