Commit c99d6144 authored by Yusei Tahara's avatar Yusei Tahara

Remove unnecessary code.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19542 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdc9b43b
...@@ -67,11 +67,6 @@ ...@@ -67,11 +67,6 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string># XXX bad name: AccountingTransaction_getMirrorSectionTitle sounds more consistent\n <value> <string># XXX bad name: AccountingTransaction_getMirrorSectionTitle sounds more consistent\n
\n \n
try:\n
return context.delivery_mirror_section_title\n
except AttributeError:\n
pass\n
\n
if brain is not None:\n if brain is not None:\n
transaction = brain.getObject()\n transaction = brain.getObject()\n
else:\n else:\n
...@@ -130,11 +125,10 @@ if mirror_section is not None:\n ...@@ -130,11 +125,10 @@ if mirror_section is not None:\n
<string>selection</string> <string>selection</string>
<string>selection_name</string> <string>selection_name</string>
<string>kw</string> <string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>AttributeError</string>
<string>None</string> <string>None</string>
<string>_getattr_</string>
<string>transaction</string> <string>transaction</string>
<string>context</string>
<string>mirror_section</string> <string>mirror_section</string>
</tuple> </tuple>
</value> </value>
......
621 623
\ 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