[open-ils-commits] r11574 - trunk/Open-ILS/web/templates/default/acq/financial
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 15 10:42:19 EST 2008
Author: erickson
Date: 2008-12-15 10:42:17 -0500 (Mon, 15 Dec 2008)
New Revision: 11574
Modified:
trunk/Open-ILS/web/templates/default/acq/financial/view_funding_source.tt2
Log:
fixed field name typo
Modified: trunk/Open-ILS/web/templates/default/acq/financial/view_funding_source.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/view_funding_source.tt2 2008-12-15 15:26:02 UTC (rev 11573)
+++ trunk/Open-ILS/web/templates/default/acq/financial/view_funding_source.tt2 2008-12-15 15:42:17 UTC (rev 11574)
@@ -118,7 +118,7 @@
<th field="name" width='auto'>Name</th>
<th field="code">Code</th>
<th field="balance" get='getSummaryInfo'>Balance</th>
- <th field="credit_totals" get='getSummaryInfo'>Total Credits</th>
+ <th field="credit_total" get='getSummaryInfo'>Total Credits</th>
<th field="allocation_total" get='getSummaryInfo'>Total Debits</th>
<th field="currency_type">Currency Type</th>
<th field="owner" width='auto' get='getOrgInfo'>Owner</th>
More information about the open-ils-commits
mailing list