bugfix: fixed reference to sort2 column in query
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 16 Oct 2008 15:24:32 +0000 (10:24 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 16 Oct 2008 15:39:29 +0000 (10:39 -0500)
commit851a693be444b6e9e038b80c0166a674f7fc2d1f
tree035019b773381fb5d035bba0ecf38d6e7072473e
parent60e9fc3b477d0bf6571aa0f2f1a3030d3160f0a2
bugfix: fixed reference to sort2 column in query

Fixes following error when using the patron statistics report:

DBD::mysql::st execute failed: Unknown column 'sort' in 'where clause' at /home/gmc/koha/dev/reports/borrowers_stats.pl line 127

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
reports/borrowers_stats.pl