Commit ff54e3c1 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_item: Set current equal 0 by default to use getCurrentTrackingList instead of getTrackingList

With this, is possible see the destination of the Item shipped in the Tracking tab
parent 45207b3f
......@@ -96,7 +96,7 @@ return history_list\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>current=1, *args, **kw</string> </value>
<value> <string>current=0, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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