diff options
| -rw-r--r-- | indoteknik_custom/models/solr/product_template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/solr/product_template.py b/indoteknik_custom/models/solr/product_template.py index 8130b50e..892e7334 100644 --- a/indoteknik_custom/models/solr/product_template.py +++ b/indoteknik_custom/models/solr/product_template.py @@ -101,7 +101,7 @@ class ProductTemplate(models.Model): "qty_sold_f": template.qty_sold, "voucher_pastihemat" : { "min_purchase" : voucher.min_purchase_amount or 0, - "discount_type" : voucher.discount_typeor or '', + "discount_type" : voucher.discount_type or '', "discount_amount" : voucher.discount_amount or 0, "max_discount" : voucher.max_discount_amount or 0 } |
