From: scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 29 Sep 2009 16:13:39 +0000 (+0000)
Subject: Remove oils_persist:tablename attribute from class "circbyyr", since
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8da6b65af0c1b8fa626056cb1dac83f792463a53;p=evergreen%2Fmasslnc.git

Remove oils_persist:tablename attribute from class "circbyyr", since
it's not a table

M    Open-ILS/examples/fm_IDL.xml


git-svn-id: svn://svn.open-ils.org/ILS/trunk@14205 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index fe7fd4ef80..8f4f9b115b 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -5140,7 +5140,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 		</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 (