diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-11-15 07:39:14 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-11-15 07:39:14 +0000 |
| commit | 7ca8fce4ac97ffc31042dd4d016460a5e61284a5 (patch) | |
| tree | d0f1bb7711e2d93859e1d534551328b14a3ae78e /src/utils/solrMapping.js | |
| parent | 49f2e6a5612d000c3a740513c1a54b73bb656d77 (diff) | |
| parent | e5544ace96dd9a200ca5876b8e9ba837ad0a26ac (diff) | |
Merged in CR/redis (pull request #379)
CR/redis
Diffstat (limited to 'src/utils/solrMapping.js')
| -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 f896a6a8..01a8587c 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 || '', |
