Commit c502770c authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add width_quantity.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3469 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9e829254
...@@ -111,6 +111,10 @@ class Resource: ...@@ -111,6 +111,10 @@ class Resource:
'description' : 'height of the resource', 'description' : 'height of the resource',
'type' : 'float', 'type' : 'float',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'width_quantity',
'description' : 'width of the resource',
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'surface_quantity', { 'id' : 'surface_quantity',
'description' : 'surface area of the resource', 'description' : 'surface area of the resource',
'type' : 'float', 'type' : 'float',
......
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