Commit d7a59ae2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Additional comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10096 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0bf3ff7
......@@ -79,6 +79,7 @@ class AccountingTransaction(Delivery):
def manage_afterClone(self, item):
# Reset reference on paste
# XXX This implementation is quite bad because it is not generic
# it is related to the general problem of "what should I reset after paste"
if self.getReference != None:
self.setReference(None)
AccountingTransaction.manage_afterClone(self, item)
......
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