MT#64876 delete customer phonebook entry bugfix

removeCustomerPhonebook was called with wrong argument.

NGCP-Flow: mr12.5
Change-Id: Ic55e2038b7556e1fd4bd75bb0f763268616fc6c5
(cherry picked from commit 722c30df44)
mr12.5.1
Debora Crescenzo 2 months ago committed by Crescenzo Debora
parent 12b71242d6
commit 84f833ea3a

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