projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
renewals, new exceptions, batch searches, etc.
[Evergreen.git]
/
Open-ILS
/
src
/
perlmods
/
OpenILS
/
EX.pm
diff --git
a/Open-ILS/src/perlmods/OpenILS/EX.pm
b/Open-ILS/src/perlmods/OpenILS/EX.pm
index
5be7f66
..
eb59299
100644
(file)
--- a/
Open-ILS/src/perlmods/OpenILS/EX.pm
+++ b/
Open-ILS/src/perlmods/OpenILS/EX.pm
@@
-17,6
+17,7
@@
my %ex_types = (
USER_WRONG_PASSWORD => 6,
PERMISSION_DENIED => 7,
UNKNOWN_USER => 8,
+ MAX_RENEWALS_REACHED => 9,
);
use overload ( '""' => sub { $_[0]->ex()->err_msg(); } );