]> git.koha-community.org Git - koha.git/commit
Bug 19792: Few minor fixes
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Jan 2018 16:29:06 +0000 (13:29 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 11 May 2018 13:52:47 +0000 (10:52 -0300)
commit935af3eab537244d9fbb70207ee41d7874591fdd
tree8277175f7e78f274421285fb31cbb6ce18ec0fc5
parent8f3f232175183e117931bb6895cbc2d3dbf64534
Bug 19792: Few minor fixes

- No string extrapolation needed on SQL queries
- '== undef' must be written 'if not defined'

Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Budgets.pm