Commit da13bc35 authored by Sebastien Robin's avatar Sebastien Robin

set nicely the unit on order lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2139 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9bff219
......@@ -629,7 +629,7 @@ class ERP5ShopOrderConduit(ERP5Conduit):
, id = ship_order_line_id)
ship_order_object.setQuantity(1.0)
ship_order_object.setPrice(kw['send_fee'])
ship_order_object.setQuantityUnit('Unit')
ship_order_object.setQuantityUnit('unit')
ship_order_object.setResource("service/" + shipment_id)
......
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