[open-ils-commits] r14205 - trunk/Open-ILS/examples (scottmk)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 29 12:13:43 EDT 2009
Author: scottmk
Date: 2009-09-29 12:13:39 -0400 (Tue, 29 Sep 2009)
New Revision: 14205
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
Remove oils_persist:tablename attribute from class "circbyyr", since
it's not a table
M Open-ILS/examples/fm_IDL.xml
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-09-29 15:43:17 UTC (rev 14204)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-09-29 16:13:39 UTC (rev 14205)
@@ -5140,7 +5140,7 @@
</links>
</class>
- <class id="circbyyr" controller="open-ils.cstore" oils_obj:fieldmapper="action::circ_counts_by_year" oils_persist:tablename="action.circ_counts_by_year" oils_persist:readonly="true">
+ <class id="circbyyr" controller="open-ils.cstore" oils_obj:fieldmapper="action::circ_counts_by_year" oils_persist:readonly="true">
<oils_persist:source_definition>
SELECT id, SUM(count) AS count, year, is_renewal FROM (
More information about the open-ils-commits
mailing list