[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
Thu Oct 6 18:36:22 CEST 2011


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com
       Patch Status|Signed Off                  |Failed QA

--- Comment #3 from Paul Poulain <paul.poulain at biblibre.com> 2011-10-06 16:36:22 UTC ---
QA comment:

Chris, you're not dense:
     function printThenClose() {
+        return;
         window.print();
         window.close();
     }

means window.print & window.close will never be reached.

2 options :
* it's was for testing purposes & forgotten to be removed (my bet)
* .print & .close can be removed

Anyway, failed QA !

-- 
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