diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 09:48:15 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-22 09:48:15 +0700 |
| commit | a9f2bd56c9177d7c86abd92004f826a764a8d420 (patch) | |
| tree | 6e1ade3ef11a847da61d38d485f5bcf7ca3176ce | |
| parent | 2dd1cc784d83df5d5a46a6e8cab77ec386b9df42 (diff) | |
<iman> delete field on hand quantity solr
| -rw-r--r-- | indoteknik_custom/models/solr/product_template.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py index 44e609d4..6526bbfd 100644 --- a/indoteknik_custom/models/solr/product_template.py +++ b/indoteknik_custom/models/solr/product_template.py @@ -110,7 +110,6 @@ class ProductTemplate(models.Model): 'tkdn_b': template.unpublished, "qty_sold_f": template.qty_sold, "is_in_bu_b": is_in_bu, - "on_hand_qty_i": on_hand_qty, "voucher_min_purchase_f" : voucher.min_purchase_amount or 0, "voucher_discount_type_s" : voucher.discount_type or '', "voucher_discount_amount_f" : voucher.discount_amount or 0, |
