[Erp5-report] r32159 kazuhiko - in /erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 2 06:23:58 CET 2010
Author: kazuhiko
Date: Tue Feb 2 06:23:57 2010
New Revision: 32159
URL: http://svn.erp5.org?rev=32159&view=rev
Log:
forgot to set matching_provider=1 on r32146.
Modified:
erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_rule/2.xml
erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_rule/2.xml
Modified: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_rule/2.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_rule/2.xml?rev=32159&r1=32158&r2=32159&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_rule/2.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_delivery_rule/2.xml [utf8] Tue Feb 2 06:23:57 2010
@@ -16,6 +16,10 @@
<item>
<key> <string>id</string> </key>
<value> <string>2</string> </value>
+ </item>
+ <item>
+ <key> <string>matching_provider</string> </key>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
Modified: erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_rule/2.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_rule/2.xml?rev=32159&r1=32158&r2=32159&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_rule/2.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PathTemplateItem/portal_rules/new_invoice_rule/2.xml [utf8] Tue Feb 2 06:23:57 2010
@@ -16,6 +16,10 @@
<item>
<key> <string>id</string> </key>
<value> <string>2</string> </value>
+ </item>
+ <item>
+ <key> <string>matching_provider</string> </key>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
More information about the Erp5-report
mailing list