'test_barcode' : function(bc) {
var obj = this;
+ var x = document.getElementById('strict_barcode');
+ if (x && x.checked != true) return true;
var good = util.barcode.check(bc);
if (good) {
return true;
command="cmd_checkin_export"
accesskey=""/>
<checkbox id="trim_list" label="Trim List (20 rows)" checked="true" persist="checked"/>
+ <checkbox id="strict_barcode" label="Strict Barcode" checked="false" persist="checked"/>
<checkbox id="do_not_alert_on_precat" label="Don't Alert on Pre-Cat" persist="checked"/>
<spacer id="pcii3s" flex="1"/>
<checkbox id="checkin_auto" label="Auto-Print for Hold/Transit Slips" accesskey="P" persist="checked"/>
'test_barcode' : function(bc) {
var obj = this;
+ var x = document.getElementById('strict_barcode');
+ if (x && x.checked != true) return true;
var good = util.barcode.check(bc);
if (good) {
return true;
accesskey=""/>
<button id="clip_button" disabled="true" command="sel_clip" label="Copy to Clipboard" />
<button id="save_col_btn" command="save_columns" label="Save Columns" />
+ <checkbox id="strict_barcode" label="Strict Barcode" checked="false" persist="checked"/>
<spacer id="pcii3s" flex="1"/>
<checkbox id="checkout_auto" persist="checked"
label="&staff.patron_display.checkout.auto_print_label;"
'test_barcode' : function(bc) {
var obj = this;
var good = util.barcode.check(bc);
+ var x = document.getElementById('strict_barcode');
+ if (x && x.checked != true) return true;
if (good) {
return true;
} else {
command="cmd_copy_status_export"
accesskey=""/>
<checkbox id="trim_list" label="Trim List (20 rows)" checked="true" persist="checked"/>
+ <checkbox id="strict_barcode" label="Strict Barcode" checked="false" persist="checked"/>
<spacer flex="1"/>
</hbox>
'test_barcode' : function(bc) {
var obj = this;
var good = util.barcode.check(bc);
+ var x = document.getElementById('strict_barcode');
+ if (x && x.checked != true) return true;
if (good) {
return true;
} else {
command="cmd_in_house_use_export"
accesskey=""/>
<checkbox id="trim_list" label="Trim List (20 rows)" checked="true" persist="checked"/>
+ <checkbox id="strict_barcode" label="Strict Barcode" checked="false" persist="checked"/>
<spacer id="pcii3s" flex="1"/>
<button id="clip_button" disabled="true" command="sel_clip" label="Copy to Clipboard" />
<button id="save_cols_btn" command="save_columns" label="Save Columns" />