MT#64432 Enxtract include: customer param

Change-Id: I8e42f80835407309beb95a415874291372cfc2f7
(cherry picked from commit a1c595e1cf)
mr13.5
Debora Crescenzo 4 months ago committed by Crescenzo Debora
parent fd4e43ef8e
commit 770b545d69

@ -50,6 +50,7 @@ export default {
async loadPhonebook ({ commit }, options) {
try {
const list = await getPhonebook({
include: 'customer',
...options
})
commit('setPhonebookRows', list.items || [])

Loading…
Cancel
Save