summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-08-06 08:56:22 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-08-06 08:56:22 +0700
commit9318594b9f575ebd944056d84c48ce4e5507eece (patch)
treefe03052c9f460c1bfa775b49921acebca914f5f2 /indoteknik_custom
parent350014811b8776042afc0942223c0281b8ff3976 (diff)
cr voucher shipping
Diffstat (limited to 'indoteknik_custom')
-rw-r--r--indoteknik_custom/models/voucher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/voucher.py b/indoteknik_custom/models/voucher.py
index 66f763e0..c21ef209 100644
--- a/indoteknik_custom/models/voucher.py
+++ b/indoteknik_custom/models/voucher.py
@@ -90,6 +90,7 @@ class Voucher(models.Model):
'image': ir_attachment.api_image('voucher', 'image', self.id),
'name': self.name,
'code': self.code,
+ 'apply_type': self.apply_type,
'description': self.description,
'remaining_time': self._res_remaining_time(),
}