> Thanks - what's the best way on a *production* server to revert the patch > and install the better fix?
I don't know if this is the best way, but the most basic way is probably to grab the updated file from the git web interface: http://git.koha-community.org/gitweb/ I navigated to the 3.6.4 branch and found the most recent version of the file in question, the staff client print stylesheet: http://git.koha-community.org/gitweb/?p=koha-small.git;a=blob_plain;f=koha-tmpl/intranet-tmpl/prog/en/css/print.css;hb=441b98cea41ed7d99354195b79d5b4f44b194913 If you replace your file with that one it should be the functional equivalent of reverting that commit. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
