[open-ils-commits] r16329 - trunk/Open-ILS/web/js/ui/default/circ/selfcheck (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 28 09:02:29 EDT 2010
Author: erickson
Date: 2010-04-28 09:02:28 -0400 (Wed, 28 Apr 2010)
New Revision: 16329
Modified:
trunk/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
Log:
init the printer in the new selfcheck UI
Modified: trunk/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js 2010-04-28 03:41:56 UTC (rev 16328)
+++ trunk/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js 2010-04-28 13:02:28 UTC (rev 16329)
@@ -68,6 +68,8 @@
this.mockCheckout.payload.circ.parent_circ(1);
this.mockCheckout.payload.circ.due_date('2012-12-21');
}
+
+ this.initPrinter();
}
More information about the open-ils-commits
mailing list