Commit 38dd8520 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Import BankingOperation from ERP5Banking instead of ERP5Type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5834 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73c3d972
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
from AccessControl import ClassSecurityInfo from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.Document.BankingOperation import BankingOperation from Products.ERP5Banking.Document.BankingOperation import BankingOperation
class CashDelivery(BankingOperation): class CashDelivery(BankingOperation):
""" """
......
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