Commit f142f75c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improve account_path in erp5_default_business_process.

* remove needless and harmful predicate test method.
* trade_date is invoicing, not accounting.
parent 0aa2a472
......@@ -50,7 +50,7 @@
<value>
<tuple>
<string>trade_phase/default/accounting</string>
<string>trade_date/trade_phase/default/accounting</string>
<string>trade_date/trade_phase/default/invoicing</string>
</tuple>
</value>
</item>
......@@ -85,7 +85,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>13</string> </value>
<value> <string>account_path</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
......@@ -128,14 +128,6 @@
<none/>
</value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple>
<string>isAccountingMovementType</string>
</tuple>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Accounting</string> </value>
......
21
\ No newline at end of file
22
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment