From: erickson Date: Wed, 16 Jan 2008 17:28:59 +0000 (+0000) Subject: added acq const X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f9676d88ed6f6a5f025e9721c6f8a7e0d6cff961;p=Evergreen.git added acq const git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8393 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/python/oils/const.py b/Open-ILS/src/python/oils/const.py index fee75401c4..72a6ceaf48 100644 --- a/Open-ILS/src/python/oils/const.py +++ b/Open-ILS/src/python/oils/const.py @@ -25,3 +25,4 @@ OILS_APP_AUTH = 'open-ils.auth' OILS_APP_CIRC = 'open-ils.circ' OILS_APP_CSTORE='open-ils.cstore' OILS_APP_SEARCH='open-ils.search' +OILS_APP_ACQ='open-ils.acq'