MT#64876 delete customer phonebook entry bugfix

removeCustomerPhonebook was called with wrong argument.

NGCP-Flow: mr12.5
Change-Id: Ic55e2038b7556e1fd4bd75bb0f763268616fc6c5
mr12.5
Debora Crescenzo 2 months ago
parent 3a337bb599
commit 722c30df44

@ -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