[Koha-bugs] [Bug 6485] Checkout slip should be more informative, especially for single-library catalogs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 13 00:25:05 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6485

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-09-12 22:25:05 UTC ---
One thing I don't understand here is

<script language="javascript">
     function printThenClose() {
+        return;
         window.print();
         window.close();
     }
 </script>

Why the return ? (I don't fully grok javascript so it might just be me being
dense)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list