| Summary: | Properly format SQL query in C4::Bookseller::GetBookSeller | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
| Component: | Acquisitions | Assignee: | Kyle M Hall (khall) <kyle> |
| 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| 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 (khall)
2012-06-11 08:45:37 UTC
Created attachment 10153 [details] [review] Bug 8223 - Properly format SQL query in C4::Bookseller::GetBookSeller 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. 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..) Pushed to 3.8.x will be in 3.8.3 Why change quotes from ' to " you dont want to interpolate variables in this string? |