From 2d575536e78564fd988a60b52fca037089551134 Mon Sep 17 00:00:00 2001 From: senator Date: Fri, 10 Sep 2010 02:15:06 +0000 Subject: [PATCH] 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 --- Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 | 1 + 1 file changed, 1 insertion(+) 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 3ae9019a65..bdd108f20a 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' -- 2.11.0