'title' : 'Override Checkout Failure?',
'overridable_events' : [
7002 /* PATRON_EXCEEDS_CHECKOUT_COUNT */,
+ 7003 /* COPY_CIRC_NOT_ALLOWED */,
7004 /* COPY_NOT_AVAILABLE */,
7006 /* COPY_IS_REFERENCE */,
7010 /* COPY_ALERT_MESSAGE */,
case 7002 /* PATRON_EXCEEDS_CHECKOUT_COUNT */ :
found_handled = true;
break;
+ case 7003 /* COPY_CIRC_NOT_ALLOWED */ :
+ found_handled = true;
+ break;
case 7004 /* COPY_NOT_AVAILABLE */ :
msg += test_permit[i].desc + '\n' + 'Copy status = ' + obj.data.hash.ccs[ test_permit[i].payload ].name() + '\n';
found_handled = true;