diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 16:50:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 16:50:38 +0700 |
| commit | 755b61a8a7a082cc13f7ecb4a79807f90e60b3d6 (patch) | |
| tree | 9ca4fc8b49c9784c433c2fdc54f59934f2239b3b /src/utils | |
| parent | f9f1fdf83c2b6ed5c1d85d7418d45aeed9b05c77 (diff) | |
<iman> add feature SNI-TKDN
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/solrMapping.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index 199a7f35..dd90ac7d 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -36,6 +36,8 @@ export const productMappingSolr = (products, pricelist) => { tag: product?.flashsale_tag_s || 'FLASH SALE', }, qtySold: product?.qty_sold_f || 0, + isTkdn:product?.tkdn_b || false, + isSni:product?.sni_b || false, }; if (product.manufacture_id_i && product.manufacture_name_s) { |
