diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 16:26:16 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 16:26:16 +0700 |
| commit | f704fbd43aac910fb5b2023ad2d61eac918acebc (patch) | |
| tree | 2a78ed4af3874965e721b22e323896ba612c9fc7 /indoteknik_custom/models/apache_solr.py | |
| parent | 5eddde4da5740afa752ce997d5c95b43b4131218 (diff) | |
| parent | 0eba3c4c50ecda45e90ba5e8199afd30fe4a6214 (diff) | |
Merge branch 'release' of bitbucket.org:altafixco/indoteknik-addons into release
Diffstat (limited to 'indoteknik_custom/models/apache_solr.py')
| -rw-r--r-- | indoteknik_custom/models/apache_solr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/apache_solr.py b/indoteknik_custom/models/apache_solr.py index 4f30d6f6..ebe516a0 100644 --- a/indoteknik_custom/models/apache_solr.py +++ b/indoteknik_custom/models/apache_solr.py @@ -52,6 +52,7 @@ class ApacheSolr(models.Model): variants_name += variant.display_name or ''+', ' variants_code += variant.default_code or ''+', ' else: + variants_name = template.display_name price_excl = template.product_variant_id._get_website_price_exclude_tax() discount = template.product_variant_id._get_website_disc(0) price_excl_after_disc = template.product_variant_id._get_website_price_after_disc_and_tax() |
