diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-11-07 02:17:51 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-11-07 02:17:51 +0000 |
| commit | 6a96246cc3fe422a165e3e4fab801feda884ca5b (patch) | |
| tree | 1ba6bc4c668d2732d7a0c691b7b2058cbb8e2ce8 /src/utils | |
| parent | 4a5391def4c5d2e8991643287d40e3c3b53980be (diff) | |
| parent | 982a18543beefdd33f20c294b06b7a1a87103b2f (diff) | |
Merged in CR/image-mobile (pull request #373)
CR/image mobile
Diffstat (limited to 'src/utils')
| -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 || '', |
