handle PATRON_ACCOUNT_EXPIRED event for renewals, bug 481
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 7 Feb 2007 14:16:14 +0000 (14:16 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 7 Feb 2007 14:16:14 +0000 (14:16 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6909 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js

index 77eced6..38a35a3 100644 (file)
@@ -1308,6 +1308,7 @@ circ.util.renew_via_barcode = function ( barcode, patron_id, async ) {
                                                case 1212 /* PATRON_EXCEEDS_OVERDUE_COUNT */ : break;
                                                case 1213 /* PATRON_BARRED */ : break;
                                                case 1215 /* CIRC_EXCEEDS_COPY_RANGE */ : break;
+                                               case 1224 /* PATRON_ACCOUNT_EXPIRED */ : break;
                                                case 7002 /* PATRON_EXCEEDS_CHECKOUT_COUNT */ : break;
                                                case 7003 /* COPY_CIRC_NOT_ALLOWED */ : break;
                                                case 7004 /* COPY_NOT_AVAILABLE */ : break;