From: senator Date: Fri, 10 Sep 2010 02:15:06 +0000 (+0000) Subject: Booking: stop the "new resource type" dialog from executing a naughty query X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2d575536e78564fd988a60b52fca037089551134;p=evergreen%2Fbjwebb.git 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. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17563 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 b/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 index 3ae9019a6..bdd108f20 100644 --- a/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 +++ b/Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 @@ -23,6 +23,7 @@ fieldOrder="['name', 'fine_interval', 'fine_amount', 'owner', 'catalog_item', 'transferable']" suppressFields="['record']" + suppressEditFields="['record']" query="{id: '*'}" fmClass='brt' showPaginator='true'