Commit 78905d94 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2007-09-20 yo

* Fix an undefined symbol.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 681b4e3f
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -98,7 +95,7 @@ if source_person is not None:\n
if destination_decision_person is not None:\n
from_email = destination_decision_person.getDefaultEmailText()\n
else:\n
from_email = getattr(context,email_from_address, None)\n
from_email = getattr(context, \'email_from_address\', None)\n
email = source_person.getDefaultEmailValue()\n
if email is not None:\n
msg = """\n
......@@ -186,7 +183,6 @@ packing_list.activate(after_method_id=(\'immediateReindexObject\',\'recursiveImm
<string>None</string>
<string>from_email</string>
<string>getattr</string>
<string>email_from_address</string>
<string>email</string>
<string>msg</string>
<string>activity</string>
......
2007-09-20 yo
* Fix an undefined symbol.
2007-09-12 Jerome
* Replace comment by description on Task & Task Report
......
292
\ No newline at end of file
293
\ 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