Commit 7e049833 authored by Aurel's avatar Aurel

missing variable definition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24494 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f46318a
......@@ -71,6 +71,7 @@
container_portal_type_list = ["Monetary Reception",]\n
resource_translated_title_dict = {}\n
base_price_dict = {}\n
total_price_dict = {}\n
\n
if listbox is None:\n
\n
......@@ -204,6 +205,7 @@ if listbox is None:\n
<string>container_portal_type_list</string>
<string>resource_translated_title_dict</string>
<string>base_price_dict</string>
<string>total_price_dict</string>
<string>None</string>
<string>_getattr_</string>
<string>context</string>
......@@ -225,7 +227,6 @@ if listbox is None:\n
<string>base_price</string>
<string>resource_translated_title</string>
<string>quantity</string>
<string>total_price_dict</string>
<string>total_price</string>
<string>sortListbox</string>
<string>_apply_</string>
......
642
\ No newline at end of file
643
\ 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