7003 /* COPY_CIRC_NOT_ALLOWED */,
7004 /* COPY_NOT_AVAILABLE */,
7006 /* COPY_IS_REFERENCE */,
+ 7007 /* COPY_NEEDED_FOR_HOLD */,
7010 /* COPY_ALERT_MESSAGE */,
7013 /* PATRON_EXCEEDS_FINES */,
],
msg += test_permit[i].desc + '\n';
found_handled = true;
break;
+ case 7007 /* COPY_NEEDED_FOR_HOLD */ :
+ msg += test_permit[i].desc + '\n';
+ found_handled = true;
+ break;
case 7009 /* CIRC_CLAIMS_RETURNED */ :
msg += test_permit[i].desc + '\n';
obj.error.yns_alert(msg,'Check Out Failed','OK',null,null,'Check here to confirm this message');