diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 09:35:16 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 09:35:16 +0700 |
| commit | 40ae7e966913e085abb6644e5be56ee6bd6855fc (patch) | |
| tree | 9abd22773a17d1998e28e0ca0dff1ef128f0b627 /src/utils | |
| parent | 2376bb4ab8f791ce6b99e70478f792b525d4d5fe (diff) | |
| parent | 12c7841770052aefceda899db52b3e6b6d0b5e92 (diff) | |
<iman> Merge branch 'release' into Feature/all-promotion
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 dd90ac7d..d4694eb2 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, + voucherPastiHemat:product?.voucher_pastihemat || [] }; if (product.manufacture_id_i && product.manufacture_name_s) { |
