[open-ils-commits] r11449 - trunk/Open-ILS/web/templates/default/conify/global/config
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 8 15:35:54 EST 2008
Author: erickson
Date: 2008-12-08 15:35:50 -0500 (Mon, 08 Dec 2008)
New Revision: 11449
Modified:
trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
Log:
can't reference a JS object that isn't there
Modified: trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2 2008-12-08 19:56:01 UTC (rev 11448)
+++ trunk/Open-ILS/web/templates/default/conify/global/config/billing_type.tt2 2008-12-08 20:35:50 UTC (rev 11449)
@@ -47,7 +47,7 @@
<div dojoType="dijit.layout.ContentPane" layoutAlign="top">
<div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:600px;'>
<table jsId="btGrid" dojoType="dojox.grid.DataGrid" query="{id: '*'}"
- rowSelector='20px' selectionMode='none' columnReordering='true' headerMenu="btGridMenu">
+ rowSelector='20px' selectionMode='none' columnReordering='true'><!-- headerMenu="btGridMenu">-->
<thead>
<tr>
<th field="id">ID</th>
More information about the open-ils-commits
mailing list