diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 06:28:03 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 06:28:03 +0000 |
| commit | a6be7fe1690ce5ad4479e9ff4bc4aa795316eacf (patch) | |
| tree | fb0974e6f605069466633d7ccc51c640f6c31e35 /src/utils | |
| parent | 8c64624326a18ecdd2de25731b2f579ea4d2b00d (diff) | |
| parent | 6111e1115ffba4ef336dfb763b3fd23e52b6668b (diff) | |
Merged in Feature/pickup-service (pull request #262)
Feature/pickup service
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 || [] }; |
