bug fix
This commit is contained in:
@@ -54,6 +54,7 @@ bupaSrv.on('sap/messaging/ccf/BO/BusinessPartner/Changed', async msg => {
|
|||||||
console.log('found')
|
console.log('found')
|
||||||
const txExt = bupaSrv.transaction()
|
const txExt = bupaSrv.transaction()
|
||||||
const remoteAddresses = await txExt.run(selectQlToBeDeleted)
|
const remoteAddresses = await txExt.run(selectQlToBeDeleted)
|
||||||
|
await txExt.commit()
|
||||||
|
|
||||||
await _qlsToUpdateDifferences(ownAddresses, remoteAddresses).map(ql =>
|
await _qlsToUpdateDifferences(ownAddresses, remoteAddresses).map(ql =>
|
||||||
tx.run(ql)
|
tx.run(ql)
|
||||||
|
|||||||
Reference in New Issue
Block a user