Commit 11d8a4e6 authored by Jérome Perrin's avatar Jérome Perrin

Use AccountingTransaction_get[Source|Destination]SectionItemList which looks...

Use AccountingTransaction_get[Source|Destination]SectionItemList which looks for the value defined on the document, even if it's not in user preferences.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 22767a12
......@@ -57,6 +57,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -75,6 +79,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -157,7 +165,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/Base_getPreferredSectionItemList</string> </value>
<value> <string>here/AccountingTransaction_getDestinationSectionItemList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -57,6 +57,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -161,7 +165,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/Base_getPreferredSectionItemList</string> </value>
<value> <string>here/AccountingTransaction_getSourceSectionItemList</string> </value>
</item>
</dictionary>
</pickle>
......
134
\ No newline at end of file
135
\ 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