changes
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1720,9 +1720,7 @@ class Payment_Schedule(AutoCodeModel):
|
|||||||
class Meta:
|
class Meta:
|
||||||
db_table = 'payment_schedule'
|
db_table = 'payment_schedule'
|
||||||
|
|
||||||
class Invoice(AutoCodeModel):
|
class Invoice(models.Model):
|
||||||
code_prefix = "HD"
|
|
||||||
code_padding = 5
|
|
||||||
link = models.CharField(max_length=100, null=True)
|
link = models.CharField(max_length=100, null=True)
|
||||||
ref_code = models.CharField(max_length=30, null=True)
|
ref_code = models.CharField(max_length=30, null=True)
|
||||||
amount = models.DecimalField(max_digits=35, decimal_places=2)
|
amount = models.DecimalField(max_digits=35, decimal_places=2)
|
||||||
|
|||||||
Reference in New Issue
Block a user