Commit 76da74c9 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Copying yhe default quantity unit should be enough


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ca98bd9
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
\n \n
resource = movement.getResourceValue()\n resource = movement.getResourceValue()\n
if resource is not None:\n if resource is not None:\n
movement.setQuantityUnitList(resource.getQuantityUnitList())\n movement.setQuantityUnit(resource.getDefaultQuantityUnit())\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
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