2385: Fan chart and multiple calendars
svn: r13783
This commit is contained in:
parent
3edb3a88bc
commit
b02a7cb4c6
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user