Commit 9b4f14a6 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Failed to fix some imports when erp5_accounting was migrated (a0c2b666).

parent 06308e2e
......@@ -63,8 +63,8 @@ def changeObjectClass(self, object_id, new_class):
def updateBalanceTransactionClass(self):
"""Update Balance Transactions new indexing that occured around r16371
"""
from Products.ERP5Type.Document.BalanceTransaction import BalanceTransaction
from Products.ERP5Type.Document.BalanceTransactionLine\
from erp5.component.document.BalanceTransaction import BalanceTransaction
from erp5.component.document.BalanceTransactionLine\
import BalanceTransactionLine
def reverseSourceAndDestination(self):
......
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