[FIX] hr_timesheet_invoice: Typo in html element name tbody

Closes #16827
This commit is contained in:
Kevin Graveman 2017-05-08 13:42:08 +02:00 committed by Martin Trigaux
parent 58114e4954
commit 180c769ab4
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<th>Eff.</th> <th>Eff.</th>
</tr> </tr>
</thead> </thead>
<tbdody> <tbody>
<tr> <tr>
<td>Totals:</td> <td>Totals:</td>
<td><span t-esc="reduce(lambda x, y: x+y['unit_amount'], line(data['form'], data['form']['journal_ids'][0][2], data['form']['employee_ids'][0][2]), 0)"/></td> <td><span t-esc="reduce(lambda x, y: x+y['unit_amount'], line(data['form'], data['form']['journal_ids'][0][2], data['form']['employee_ids'][0][2]), 0)"/></td>
@ -74,7 +74,7 @@
</tr> </tr>
</t> </t>
</t> </t>
</tbdody> </tbody>
</table> </table>
</div> </div>
</t> </t>