projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6ee5c
)
Set privilige ValidFromDate to user's account create date.
author
Jason Stephenson
<jason@sigio.com>
Sun, 24 Aug 2014 14:41:32 +0000
(10:41 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sun, 24 Aug 2014 14:41:32 +0000
(10:41 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
d351a4a
..
dcdd1ed
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-226,6
+226,7
@@
sub lookupuser {
$privilege->AgencyId($aou->shortname());
$privilege->AgencyUserPrivilegeType($pgt->name());
$privilege->ValidToDate($user->expire_date());
+ $privilege->ValidFromDate($user->create_date());
my $status = 'Active';
if (_expired($user)) {