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 @@ ...@@ -57,6 +57,10 @@
<key> <string>tales</string> </key> <key> <string>tales</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -75,6 +79,10 @@ ...@@ -75,6 +79,10 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
...@@ -157,7 +165,7 @@ ...@@ -157,7 +165,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/Base_getPreferredSectionItemList</string> </value> <value> <string>here/AccountingTransaction_getDestinationSectionItemList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
<key> <string>tales</string> </key> <key> <string>tales</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -161,7 +165,7 @@ ...@@ -161,7 +165,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/Base_getPreferredSectionItemList</string> </value> <value> <string>here/AccountingTransaction_getSourceSectionItemList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
134 135
\ No newline at end of file \ 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