(bug #4519) fix record printing
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Mon, 17 May 2010 14:18:51 +0000 (16:18 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 24 May 2010 18:55:39 +0000 (06:55 +1200)
this add a js that print a record

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detailprint.tmpl

index 060bbc6..8ec99f6 100644 (file)
                </tr>
        <!-- /TMPL_LOOP -->
 </table>
-
+<script type="text/javascript">
+//<![CDATA[
+    $(document).ready(function() {
+       window.print();
+    });
+//]]>
+</script>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->