view: improve reconciliate_jar.
This commit is contained in:
@@ -106,6 +106,7 @@ class Payment(models.Model):
|
||||
ReconciliationJar,
|
||||
null=True,
|
||||
default=None,
|
||||
blank=True,
|
||||
on_delete=models.RESTRICT
|
||||
)
|
||||
description = models.CharField(max_length=255, null=True, blank=True)
|
||||
|
||||
Reference in New Issue
Block a user