MT#64876 delete customer phonebook entry bugfix

removeCustomerPhonebook was called with wrong argument.

NGCP-Flow: mr13.5

Change-Id: Id2e042bdd80fe48d9862f665ccacfb9ca36c2e46
mr13.5
Debora Crescenzo 2 months ago
parent 52f53d3d57
commit b6bf3fb2c7

@ -216,7 +216,7 @@ export default {
cancel: true,
persistent: true
}).onOk(async (data) => {
await this.removeCustomerPhonebook(row)
await this.removeCustomerPhonebook({ row, customerId: this.getCustomerId })
await this.refresh()
})
},

Loading…
Cancel
Save