SQL commands appearing on report
We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this?
Hi, On 08/27/2012 04:08 PM, Shelley & Kurt Kemperman wrote:
We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this?
I've added a recipe to the jQuery library page on the Koha wiki with a suggestion for accomplishing this. You can check it out at http://wiki.koha-community.org/wiki/JQuery_Library#Hide_SQL_statement_when_r... Regards, Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Can this also work for Koha 3.2.x as it is only indicated for vesrions 3.4+ ? On 8/27/12, Galen Charlton <gmc@esilibrary.com> wrote:
Hi,
On 08/27/2012 04:08 PM, Shelley & Kurt Kemperman wrote:
We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this?
I've added a recipe to the jQuery library page on the Koha wiki with a suggestion for accomplishing this. You can check it out at
http://wiki.koha-community.org/wiki/JQuery_Library#Hide_SQL_statement_when_r...
Regards,
Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi, You Can also do a trick to your intranet CSS file, or simply go to system preference -> IntranetUserCSS and enter: #sql_output { display: none; } and save the preferences. Regards, Sunil On Tue, Aug 28, 2012 at 1:38 AM, Shelley & Kurt Kemperman < ksckemperman@chartermi.net> wrote:
We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this? ______________________________**_________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/**mailman/listinfo/koha<http://lists.katipo.co.nz/mailman/listinfo/koha>
Hi, On 08/28/2012 01:17 AM, sunil sharma wrote:
You Can also do a trick to your intranet CSS file, or simply go to
system preference -> IntranetUserCSS
and enter:
#sql_output { display: none; }
and save the preferences.
And this is preferable to my solution, actually. Regards, Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (4)
-
Galen Charlton -
Raphael Chisanga Muonga -
Shelley & Kurt Kemperman -
sunil sharma