[open-ils-commits] r13146 - trunk/Open-ILS/web/templates/default/acq/financial (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue May 12 15:16:16 EDT 2009
Author: erickson
Date: 2009-05-12 15:16:12 -0400 (Tue, 12 May 2009)
New Revision: 13146
Modified:
trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
Log:
fixed some columns that got b0rked in the autogrid setup
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-05-12 17:02:48 UTC (rev 13145)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-05-12 19:16:12 UTC (rev 13146)
@@ -53,7 +53,9 @@
fmClass='acqf'
editOnEnter='true'>
<thead>
- <tr><th field='owner' get='getOrgInfo'></th></tr>
+ <tr>
+ <th field='combined_balance' get='getBalanceInfo'></th>
+ </tr>
</thead>
</table>
<div/>
More information about the open-ils-commits
mailing list