Bug 8223

Summary: Properly format SQL query in C4::Bookseller::GetBookSeller
Product: Koha Reporter: Kyle M Hall <kyle.m.hall>
Component: AcquisitionsAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: chris, colin.campbell, m.de.rooy, martin.renvoize, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller
Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller:

Description Kyle M Hall 2012-06-11 08:45:37 UTC

    
Comment 1 Kyle M Hall 2012-06-11 08:46:30 UTC Comment hidden (obsolete)
Comment 2 Martin Renvoize 2012-06-11 13:58:16 UTC
Created attachment 10209 [details] [review]
Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller:

Simple code formatting improvement.. as expected from code, breaks nothing.
Comment 3 Marcel de Rooy 2012-06-12 14:03:15 UTC
Thx for housekeeping ;) Passed QA
Kyle: In this case you should have clicked "take" to make yourself the assignee instead of koha bugs list. (Just reminding..)
Comment 4 Chris Cormack 2012-06-22 02:18:36 UTC
Pushed to 3.8.x will be in 3.8.3
Comment 5 Colin Campbell 2012-11-15 17:46:19 UTC
Why change quotes from ' to " you dont want to interpolate variables in this string?