diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-14 10:02:38 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-14 10:02:38 +0000 |
| commit | c134e679dc9dbac4d58a46b85f155512ffe87f9e (patch) | |
| tree | 356c72d57c3231468e718277097acb7af8f6bf17 /src/utils/solrMapping.js | |
| parent | 879fa756d9445c8657e9133938a25593402d1018 (diff) | |
| parent | 08e5b76ba58645929ddeda1830f85f3eaf43969e (diff) | |
Merged in Feature/pickup-service (pull request #237)
Feature/pickup service
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 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 || [] }; |
