From: erickson Date: Tue, 22 Jan 2008 16:24:42 +0000 (+0000) Subject: added open-ils.actor app X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=800a66394ed9f8bad002c5566faee1dbdf1e1054;p=Evergreen.git added open-ils.actor app git-svn-id: svn://svn.open-ils.org/ILS/trunk@8455 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/python/oils/const.py b/Open-ILS/src/python/oils/const.py index 72a6ceaf48..0fce8ce80c 100644 --- a/Open-ILS/src/python/oils/const.py +++ b/Open-ILS/src/python/oils/const.py @@ -26,3 +26,4 @@ OILS_APP_CIRC = 'open-ils.circ' OILS_APP_CSTORE='open-ils.cstore' OILS_APP_SEARCH='open-ils.search' OILS_APP_ACQ='open-ils.acq' +OILS_APP_ACTOR='open-ils.actor'