https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43547

--- Comment #2 from Lucas Gass (lukeg) <[email protected]> ---
Created attachment 206079
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206079&action=edit
Bug 43547: set  when doing update_sql to ensure right stored version of report
is used

To test:
1- save and run a report "SELECT * FROM items LIMIT 1"
2- confirm you are shown 1 item
3- edit report, change your limit to 2
4- click Update and run SQL
5- confirm you are shown just 1 item
6- click Show SQL code, confirm it still shows "LIMIT 1"
7- click Run report
8- page reloads, now shows 2 items
9- APPLY PATCH and restart_all
10- Try steps 1 -5 again
11- Now at step 6 the SQL code should show 'LIMIT 2'

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to