2385: Fan chart and multiple calendars

svn: r13783
This commit is contained in:
Jérôme Rapinat 2009-12-13 14:22:57 +00:00
parent 3edb3a88bc
commit b02a7cb4c6

View File

@ -283,11 +283,6 @@ class FanChart(Report):
d = "" d = ""
else: else:
d = "" d = ""
# french calendar years < 15
if b < 15:
b = birth.get_date_object().to_calendar("gregorian").get_year()
if d < 15:
d = death.get_date_object().to_calendar("gregorian").get_year()
if b and d: if b and d:
val = "%s - %s" % (str(b),str(d)) val = "%s - %s" % (str(b),str(d))
elif b: elif b: