Commit 1c6f15b2 authored by Julien Muchembled's avatar Julien Muchembled

Fix testResource

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38815 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75483949
......@@ -31,11 +31,12 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.XMLMatrix import XMLMatrix
from Products.ERP5.Document.Amount import Amount
from Products.ERP5.Document.Path import Path
from Products.ERP5Type.Utils import convertToUpperCase
class SupplyLine(Path, XMLMatrix):
class SupplyLine(Path, Amount, XMLMatrix):
"""A Supply Line is a path to define price
"""
......
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