view: improve reconciliate_jar.

This commit is contained in:
2024-07-13 17:48:57 -05:00
parent 74d2e0d234
commit 08deb9d4ec
4 changed files with 36 additions and 11 deletions

View File

@@ -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)