This fix simply stops the Skull & Crossbones error dialog from happening when a
renewal call results in ACTOR_USER_NOT_FOUND. It doesn't address the fact that
we used to get ACTION_CIRCULATION_NOT_FOUND instead, which is more fathomable by
staff.
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
case 0 /* SUCCESS */ : break;
case null /* custom event */ : break;
case 5000 /* PERM_FAILURE */: break;
+ case 1002 /* ACTOR_USER_NOT_FOUND */ : break;
case 1212 /* PATRON_EXCEEDS_OVERDUE_COUNT */ : break;
case 1213 /* PATRON_BARRED */ : break;
case 1215 /* CIRC_EXCEEDS_COPY_RANGE */ : break;