diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-06 08:56:22 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-08-06 08:56:22 +0700 |
| commit | 9318594b9f575ebd944056d84c48ce4e5507eece (patch) | |
| tree | fe03052c9f460c1bfa775b49921acebca914f5f2 /indoteknik_custom/models | |
| parent | 350014811b8776042afc0942223c0281b8ff3976 (diff) | |
cr voucher shipping
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/voucher.py | 1 |
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(), } |
