[open-ils-commits] r17563 - trunk/Open-ILS/web/templates/default/conify/global/booking (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 9 22:15:08 EDT 2010


Author: senator
Date: 2010-09-09 22:15:06 -0400 (Thu, 09 Sep 2010)
New Revision: 17563

Modified:
   trunk/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2
Log:
Booking: stop the "new resource type" dialog from executing a naughty query

The dialog will no longer offer a field for selecting a bibliographic record,
but then again you wouldn't need it.  Bibliographically-based resource types
can be set up through a context menu option in the staff OPAC browser, whereas
this interface is only suited to non-bib-based resource types, like meeting
rooms, laptops, etc.


Modified: trunk/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2	2010-09-10 02:12:10 UTC (rev 17562)
+++ trunk/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2	2010-09-10 02:15:06 UTC (rev 17563)
@@ -23,6 +23,7 @@
             fieldOrder="['name', 'fine_interval', 'fine_amount',
                 'owner', 'catalog_item', 'transferable']"
             suppressFields="['record']"
+            suppressEditFields="['record']"
             query="{id: '*'}"
             fmClass='brt'
             showPaginator='true'



More information about the open-ils-commits mailing list