*/
SelfCheckManager.prototype.drawCircPage = function() {
+ openils.Util.hide('oils-selfck-print-list-link');
openils.Util.show('oils-selfck-bottom-div');
openils.Util.show('oils-selfck-circ-tbody', 'table-row-group');
this.goToTab('checkout');
SelfCheckManager.prototype.drawItemsOutPage = function() {
openils.Util.hide('oils-selfck-circ-tbody');
-
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('items_out');
while(this.itemsOutTbody.childNodes[0])
// TODO add option to hid scanBox
// this.updateScanBox(...)
-
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('holds');
this.holdTbody = dojo.byId('oils-selfck-hold-tbody');
// TODO add option to hid scanBox
// this.updateScanBox(...)
+ openils.Util.show('oils-selfck-print-list-link');
this.goToTab('fines');
progressDialog.show(true);