summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/voucher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/voucher.py b/indoteknik_custom/models/voucher.py
index 91d87ddd..b213a039 100644
--- a/indoteknik_custom/models/voucher.py
+++ b/indoteknik_custom/models/voucher.py
@@ -292,7 +292,7 @@ class Voucher(models.Model):
tnc.append(f'<li>Voucher berlaku untuk produk dari brand terpilih</li>')
tnc.append(
f'<li>Nominal potongan produk yang bisa didapatkan hingga 10 Juta dengan minimum pembelian 10 Ribu.</li>')
- elif self.apply_type == 'all':
+ elif self.apply_type == 'all' or self.apply_type == 'shipping':
if self.voucher_category:
category_names = ', '.join([cat.name for cat in self.voucher_category])
tnc.append(