diff --git a/product/ERP5/Document/BankAccount.py b/product/ERP5/Document/BankAccount.py index aadf1797ca8b0d291264f48ff466fa8fa1337813..4323baa7f31be0b2562a63b516140ea7e8d9232a 100755 --- a/product/ERP5/Document/BankAccount.py +++ b/product/ERP5/Document/BankAccount.py @@ -29,13 +29,13 @@ from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface -from Products.ERP5Type.Base import Base +from Products.ERP5Type.Document.Folder import Folder from Products.ERP5.Document.Coordinate import Coordinate import string -class BankAccount(Coordinate, Base): +class BankAccount(Coordinate, Folder): """ A bank account number holds a collection of numbers and codes (ex. SWIFT, RIB, etc.) which may be used to