Skip to content
Snippets Groups Projects
Unverified Commit f7b8028f authored by Gourav Chawla's avatar Gourav Chawla Committed by Martin Trigaux
Browse files

[FIX] hr_payroll: display employee's identification number

The report "Payslip" was displaying both the employee's job, the second time
being in the "Identification No" box.
Remove the second job and replace by the field 'Identification No' which makes
more sense.

Closes #12937
parent 9fe930e6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<td><strong>Email</strong></td>
<td><span t-field="o.employee_id.work_email"/></td>
<td><strong>Identification No</strong></td>
<td><span t-field="o.employee_id.job_id"/></td>
<td><span t-field="o.employee_id.identification_id"/></td>
</tr>
<tr>
<td><strong>Reference</strong></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment