From: erickson Date: Wed, 28 Apr 2010 13:02:28 +0000 (+0000) Subject: init the printer in the new selfcheck UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3b93953f1169173d7f9e2efacf44e2346edbc9ca;p=contrib%2FConifer.git init the printer in the new selfcheck UI git-svn-id: svn://svn.open-ils.org/ILS/trunk@16329 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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(); }