Fix a wrong operator bug in the web calendar report
This commit is contained in:
parent
2da93aad1f
commit
9e81014fc6
@ -1307,7 +1307,7 @@ class WebCalReport(Report):
|
|||||||
age_at_death = age_at_death.format(dlocale=self.rlocale)
|
age_at_death = age_at_death.format(dlocale=self.rlocale)
|
||||||
|
|
||||||
# determine birthday information???
|
# determine birthday information???
|
||||||
if (self.birthday and birth_date is not Date()
|
if (self.birthday and birth_date != Date()
|
||||||
and birth_date.is_valid()):
|
and birth_date.is_valid()):
|
||||||
birth_date = gregorian(birth_date)
|
birth_date = gregorian(birth_date)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user