Commit 90e0278b authored by Kevin Deldycke's avatar Kevin Deldycke

Change the type of the order_id property from int to string


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ec96a3b
......@@ -66,7 +66,7 @@ class ShopOrder:
'mode' : 'w' },
{ 'id' : 'order_id',
'description' : 'Order Id',
'type' : 'int',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'phone',
'description' : 'Phone',
......
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