diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 08:35:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 08:35:30 +0700 |
| commit | 273f79e0e75cab92a5072819c03b38762b0cff03 (patch) | |
| tree | c565afb519fcd3b71afc2e387de42949636b43b4 /src | |
| parent | bf668785232e2d7abba1660dfdb6eb2746adc09a (diff) | |
<iman> update mobile type
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils/solrMapping.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index f73e966a..d4b3f08c 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -43,6 +43,7 @@ export const productMappingSolr = (products, pricelist) => { let productMapped = { id: product.product_id_i || '', image: product.image_s || '', + imageMobile: product.image_mobile_s || '', code: product.default_code_s || '', description: product.description_t || '', displayName: product.display_name_s || '', |
