Bug 11529: (RM follow-up) Fix missing comma in query
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Aug 2019 16:23:45 +0000 (17:23 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 5 Aug 2019 16:25:08 +0000 (17:25 +0100)
commit762a03fca1e7b5b0c37a4a0715a1dc2d84b9200a
tree34ebf6a23eaa0a70447917c163df83b2dd69cd5c
parentcf0f57b437f64f96f4a0cadb14d7ba71cafc0f25
Bug 11529: (RM follow-up) Fix missing comma in query

Looks like we introduced an error during a rebase somewhere on bug
11529. This patch siply replaces a missng comma in the SQL query for
C4::HoldsQueue::GetHoldsQueueItems.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/HoldsQueue.pm