[open-ils-commits] r259 - servres/trunk/conifer/syrup (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 3 22:48:20 EDT 2009
Author: gfawcett
Date: 2009-04-03 22:48:18 -0400 (Fri, 03 Apr 2009)
New Revision: 259
Modified:
servres/trunk/conifer/syrup/views.py
Log:
mark phys_mark_arrived as @admin_only
Modified: servres/trunk/conifer/syrup/views.py
===================================================================
--- servres/trunk/conifer/syrup/views.py 2009-04-04 02:42:24 UTC (rev 258)
+++ servres/trunk/conifer/syrup/views.py 2009-04-04 02:48:18 UTC (rev 259)
@@ -1268,7 +1268,7 @@
patron=patron,
patron_descrip=post('patron_descrip'))
-
+ at admin_only
def phys_mark_arrived(request):
if request.method != 'POST':
return g.render('phys/mark_arrived.xhtml')
More information about the open-ils-commits
mailing list