Commit c2655244 authored by Yusei Tahara's avatar Yusei Tahara

2009-11-18 yusei

* Fix wrong python script parameter.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30709 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 63c5a0ec
...@@ -288,7 +288,7 @@ return context.Base_redirect(form_id,\n ...@@ -288,7 +288,7 @@ return context.Base_redirect(form_id,\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>form_id=\'view\', portal_type, report_name, skin_folder, use_from_date_at_date</string> </value> <value> <string>form_id=\'view\', portal_type=None, report_name=None, skin_folder=None, use_from_date_at_date=None</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -365,6 +365,7 @@ return context.Base_redirect(form_id,\n ...@@ -365,6 +365,7 @@ return context.Base_redirect(form_id,\n
<none/> <none/>
<none/> <none/>
<none/> <none/>
<none/>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2009-11-18 yusei
* Fix wrong python script parameter.
2009-10-16 yusei 2009-10-16 yusei
* Update for the changes of new portal types of portal types. * Update for the changes of new portal types of portal types.
......
534 535
\ No newline at end of file \ No newline at end of file
...@@ -109,7 +109,7 @@ return result_list\n ...@@ -109,7 +109,7 @@ return result_list\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>at_date=None, site=None,positive_stock,negative_stock,zero_stock, **kw</string> </value> <value> <string>at_date=None, site=None, positive_stock=None, negative_stock=None, zero_stock=None, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
......
...@@ -99,7 +99,7 @@ return result_list\n ...@@ -99,7 +99,7 @@ return result_list\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>at_date=None, site=None,positive_stock,negative_stock,zero_stock, **kw</string> </value> <value> <string>at_date=None, site=None, positive_stock=None, negative_stock=None, zero_stock=None, **kw</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
......
2009-11-18 yusei
* Fix wrong python script parameter.
2009-11-10 tatuya 2009-11-10 tatuya
* Fix Sale and PurchaseOrder_view/listbox_quantity_unit to show empty drop-down list if the line does not have any resource. This fix makes Delivery and Line consistence of quantity_unit displaying. * Fix Sale and PurchaseOrder_view/listbox_quantity_unit to show empty drop-down list if the line does not have any resource. This fix makes Delivery and Line consistence of quantity_unit displaying.
......
780 782
\ 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