voucher model modified
Compare changes
Files
22+ 12
− 18
@@ -8,7 +8,7 @@ from django.utils import timezone
@@ -52,35 +52,29 @@ class VoucherForm(ModelForm):
Voucher number follow naming schema: {ND_NUMBER}-{DATE}-{VOUCHER_TYPE_CODE}-{VOUCHER_PARTNER_CODE}-{SEQ_NUMBER}{CHECKSUM}
Single voucher is issued for some hours to be used. These hours can be used in few sessions by corresponding voucher partner.
Closes #211 (closed)