[FIX] : Bug-345976 : Human Ressource -> Reporting -> Timesheet -> Employees Timesheet

Select many employees and click on "Print"
When seen the PDF, the employees name (on the left columns) are replace by a word (mine is "Total") when user is in French
When do the same thing with user in English, the employees name are correct.

bzr revid: apa@tinyerp.com-20090323070844-qgk20teexa2no3tf
This commit is contained in:
Apa (Open ERP) 2009-03-23 12:38:44 +05:30
parent b1ae71ce0f
commit 3a3b085c3f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<xsl:for-each select="report/employee">
<xsl:variable name="id" select="attribute::id"/>
<tr>
<td t="1"><xsl:value-of select="attribute::name"/></td>
<td><xsl:value-of select="attribute::name"/></td>
<xsl:for-each select="//report/days/day">
<xsl:variable name="today" select="attribute::number" />
<td>