Booking: stop the "new resource type" dialog from executing a naughty query
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 02:15:06 +0000 (02:15 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Sep 2010 02:15:06 +0000 (02:15 +0000)
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.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17563 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2

index 3ae9019..bdd108f 100644 (file)
@@ -23,6 +23,7 @@
             fieldOrder="['name', 'fine_interval', 'fine_amount',
                 'owner', 'catalog_item', 'transferable']"
             suppressFields="['record']"
+            suppressEditFields="['record']"
             query="{id: '*'}"
             fmClass='brt'
             showPaginator='true'