changes
This commit is contained in:
@@ -1694,6 +1694,8 @@ class Payment_Schedule(AutoCodeModel):
|
||||
code_prefix = "SH"
|
||||
code_padding = 5
|
||||
code = models.CharField(max_length=30, null=True, unique=True)
|
||||
link = models.CharField(max_length=100, null=True)
|
||||
ref_code = models.CharField(max_length=30, null=True)
|
||||
from_date = models.DateField(null=False)
|
||||
to_date = models.DateField(null=False)
|
||||
amount = models.DecimalField(max_digits=35, decimal_places=2)
|
||||
|
||||
Reference in New Issue
Block a user