Hi!
No, 2.3.1 does not fix it, but Chris Schlaeger has fixed it upstream. The fix
is basically
Index: TaskJugglerUI/TjPrintReport.cpp
===================================================================
--- TaskJugglerUI/TjPrintReport.cpp (revision 1378)
+++ TaskJugglerUI/TjPrintReport.cpp (revision 1379)
@@ -271,7 +271,7 @@
}
}
else if ((*ci)->getName() == "duration")
- cellText = reportElement->scaledLoad
+ cellText = reportElement->scaledDuration
(task->getCalcDuration(scenario), tcf->realFormat);
else if ((*ci)->getName() == "effort")
{
Index: docs/en/ChangeLog.xml
===================================================================
--- docs/en/ChangeLog.xml (revision 1378)
+++ docs/en/ChangeLog.xml (revision 1379)
@@ -1115,6 +1115,9 @@
<listitem><para>Fix HTML generation for HTMLWeeklyCalendar when cells
are empty.</para></listitem>
+<listitem><para>Properly report durations in printed
+reports.</para></listitem>
+
</itemizedlist></para>
</sect2>
Will it justify a 2.3.1-2?
Andrey
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]