--- a/src/build.xml Tue Sep 07 11:55:32 2010 +0200
+++ b/src/build.xml Tue Sep 07 13:13:56 2010 +0200
@@ -235,7 +235,7 @@
<classpath refid="project.class.path" />
</taskdef>
<echo message="Importing sample reference data" />
- <importsampledata userId="0" adminMode="true" propertiesFile="${base.config}/Openbravo.properties" />
+ <importsampledata userId="0" adminMode="true" propertiesFile="${base.config}/Openbravo.properties" disableCheckReferencedOrganizations="${disableCheckReferencedOrganizations}"/>
<ant dir="${base.db}" target="database.postupdate.${bbdd.rdbms}" inheritAll="true" inheritRefs="true" />
</target>