diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-14 15:11:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-14 15:11:33 +0700 |
| commit | 62704c101d17afb7f71389ef23d6183b2cd16dfa (patch) | |
| tree | 7b990c01e1e5d57df92a0dbe330be1600ffdf912 /src/utils | |
| parent | a72f9273664715e9708523ca1a6a4554bd22c917 (diff) | |
<iman> update self picking di product card
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 d4694eb2..fee474be 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -38,6 +38,7 @@ export const productMappingSolr = (products, pricelist) => { qtySold: product?.qty_sold_f || 0, isTkdn:product?.tkdn_b || false, isSni:product?.sni_b || false, + is_in_bu:product?.is_in_bu_b || false, voucherPastiHemat:product?.voucher_pastihemat || [] }; |
