cleanup
This commit is contained in:
@@ -14,8 +14,8 @@ module.exports = cds.service.impl(async () => {
|
|||||||
console.log('Delegating to S/4 bupa service...')
|
console.log('Delegating to S/4 bupa service...')
|
||||||
const UsersAddresses = SELECT.from(externalAddresses).where({
|
const UsersAddresses = SELECT.from(externalAddresses).where({
|
||||||
contact: req.user.id
|
contact: req.user.id
|
||||||
})
|
}).where(req.query.SELECT.where)
|
||||||
return bupa.tx(req).run(UsersAddresses.where(req.query.SELECT.where))
|
return bupa.tx(req).run(UsersAddresses)
|
||||||
})
|
})
|
||||||
|
|
||||||
// Replicate chosen addresses from S/4 when filing orders.
|
// Replicate chosen addresses from S/4 when filing orders.
|
||||||
|
|||||||
Reference in New Issue
Block a user