From 3b93953f1169173d7f9e2efacf44e2346edbc9ca Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 28 Apr 2010 13:02:28 +0000 Subject: [PATCH] init the printer in the new selfcheck UI 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js index 43d77b1356..e411485dba 100644 --- a/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js +++ b/Open-ILS/web/js/ui/default/circ/selfcheck/selfcheck.js @@ -68,6 +68,8 @@ function SelfCheckManager() { this.mockCheckout.payload.circ.parent_circ(1); this.mockCheckout.payload.circ.due_date('2012-12-21'); } + + this.initPrinter(); } -- 2.43.2