Commit e1cc4bca authored by Jérome Perrin's avatar Jérome Perrin

trade: fix typo in OrderModule_filterOrderStatResul

parent ffbe5a5f
......@@ -88,7 +88,7 @@ portal.portal_catalog.activate(tag=tag).searchAndActivate(
'date_format' : date_format,
'report_type' : report_type,
'report_group_by' : report_group_by},
select_method_id = 'OrderModule_filterOrderStatResul',
select_method_id = 'OrderModule_filterOrderStatResult',
activate_kw = {'priority' : 7,
'tag' : tag,
},
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>OrderModule_filterOrderStatResul</string> </value>
<value> <string>OrderModule_filterOrderStatResult</string> </value>
</item>
</dictionary>
</pickle>
......
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