diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-09 13:37:36 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-09 13:37:36 +0700 |
| commit | 914729a0d6ba9a9dd32d308954642439fa88c1d2 (patch) | |
| tree | 9a59a88b52c0baaf52dcef3ea0aa4882e9ec90ba /src/utils/solrMapping.js | |
| parent | afd84f86d2f26a3e0347dab7552060717030df19 (diff) | |
add manufacture logd
Diffstat (limited to 'src/utils/solrMapping.js')
| -rw-r--r-- | src/utils/solrMapping.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index 0d50b99b..1618c40a 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -65,7 +65,7 @@ export const productMappingSolr = (products, pricelist) => { isTkdn:product?.tkdn_b || false, isSni:product?.sni_b || false, is_in_bu:product?.is_in_bu_b || false, - voucherPastiHemat:product?.voucher_pastihemat || [] + voucherPastiHemat:product?.voucher_pastihemat || [], }; if (product.manufacture_id_i && product.manufacture_name_s) { @@ -74,6 +74,7 @@ export const productMappingSolr = (products, pricelist) => { name: product.manufacture_name_s || '', imagePromotion1: product.image_promotion_1_s || '', imagePromotion2: product.image_promotion_2_s || '', + logo : product.x_logo_manufacture_s || '', }; } |
