Author: jleroux
Date: Fri May 12 11:41:41 2017
New Revision: 1794957
URL:
http://svn.apache.org/viewvc?rev=1794957&view=revLog:
Fixed: Pub back the Birt order reports
(OFBIZ-9359)
I just spotted that the OrderPortletData.xml seed data have been wrongly removed
with r1780683 for OFBIZ-6919. This fixes it.
Modified:
ofbiz/ofbiz-plugins/trunk/birt/ofbiz-component.xml
Modified: ofbiz/ofbiz-plugins/trunk/birt/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/ofbiz-component.xml?rev=1794957&r1=1794956&r2=1794957&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/ofbiz-component.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/ofbiz-component.xml Fri May 12 11:41:41 2017
@@ -27,6 +27,7 @@ under the License.
<classpath type="dir" location="config"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/BirtHelpData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/BirtTypeData.xml"/>
+ <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderPortletData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/BirtSecurityGroupDemoData.xml"/>
<entity-resource type="data" reader-name="demo" loader="main" location="data/BirtMasterData.xml"/>