[FIX] odex_takaful: automatic update
Auto-generated commit based on local changes.
This commit is contained in:
parent
6f1be97eb8
commit
091a335372
|
|
@ -256,6 +256,7 @@ class DonationsDetailsLines(models.Model):
|
|||
else:
|
||||
base_date = False
|
||||
if base_date:
|
||||
today = fields.Date.today()
|
||||
delta = relativedelta(today, base_date)
|
||||
# build human-readable string
|
||||
if delta.years > 0:
|
||||
|
|
|
|||
Loading…
Reference in New Issue