Commit 2e6fe715 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Commit transaction after building patch item as we copy data from other object(s)

parent 56ca5954
......@@ -1218,6 +1218,9 @@ class BusinessPatchItem(XMLObject):
old_item.setProperty('item_layer', item_layer)
old_item.setProperty('item_sign', item_sign)
# Commit the transaction
transaction.commit()
def getOldValue(self):
"""
Returns old value for the BusinessPatchItem
......
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