|
@@ -30,7 +30,7 @@ class Good(AbstractItem):
|
|
""" A good, which replacement is provisioned
|
|
""" A good, which replacement is provisioned
|
|
"""
|
|
"""
|
|
price = models.PositiveIntegerField()
|
|
price = models.PositiveIntegerField()
|
|
- provisioning_duration = models.PositiveSmallIntegerField(
|
|
|
|
|
|
+ provisioning_duration = models.DurationField(
|
|
choices=settings.PROVISIONING_DURATIONS)
|
|
choices=settings.PROVISIONING_DURATIONS)
|
|
|
|
|
|
|
|
|