From: Dan Scott Date: Thu, 12 Jan 2017 21:22:11 +0000 (-0500) Subject: Update profile mappings for faculty and grads X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d317a6b68e766004234fc69728e934227910f301;p=contrib%2FConifer.git Update profile mappings for faculty and grads Signed-off-by: Dan Scott --- diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index cf104dadcb..929732c995 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -138,7 +138,7 @@ class User: if exp_att: expiry_date = "%s-%s-%s" % (exp_att[:4], exp_att[4:6], exp_att[6:8]) # Faculty and staff get a long time - elif self.profile == 11 or self.profile == 14: + elif self.profile == 111 or self.profile == 115: expiry_date = '%d-09-30' % (datetime.date.today().year + 8) # Expire the visiting students Sept. 30th elif self.affiliation == 'visitor':