Commit eeb5cf93 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

source_project and destination_project should be handled in the builder...

source_project and destination_project should be handled in the builder otherwise we get divergence error since 30166.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87d17ee2
......@@ -110,6 +110,8 @@ class TestNestedLineMixin(TestSaleInvoiceMixin):
'destination_decision',
'source_administration',
'destination_administration',
'source_project',
'destination_project',
'price_currency'),
int_index=2)
delivery_builder.newContent(
......
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