MT#64876 delete customer phonebook entry bugfix

removeCustomerPhonebook was called with wrong argument.

NGCP-Flow: mr13.5

Change-Id: Id2e042bdd80fe48d9862f665ccacfb9ca36c2e46
(cherry picked from commit b6bf3fb2c7)
mr13.5.1
Debora Crescenzo 2 months ago committed by Crescenzo Debora
parent 413f13a5fe
commit 4bcd7fbbab

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

Loading…
Cancel
Save