stash
This commit is contained in:
parent
cc630ae03c
commit
373bc7ad40
1 changed files with 1 additions and 1 deletions
|
@ -147,4 +147,4 @@ class ShippingVoucher(models.Model):
|
|||
used_at = models.DateTimeField(null=True)
|
||||
|
||||
def __str__(self):
|
||||
return str(self.issue_thread) + ' shipping code ' + self.code
|
||||
return self.voucher + ' (' + self.type + ')'
|
||||
|
|
Loading…
Reference in a new issue