init the printer in the new selfcheck UI
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Apr 2010 13:02:28 +0000 (13:02 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 28 Apr 2010 13:02:28 +0000 (13:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@16329 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js

index 43d77b1..e411485 100644 (file)
@@ -68,6 +68,8 @@ function SelfCheckManager() {
         this.mockCheckout.payload.circ.parent_circ(1);
         this.mockCheckout.payload.circ.due_date('2012-12-21');
     }
+
+    this.initPrinter();
 }