Merge pull request #3468 from expsa/bakry_hr3

fix termination report
This commit is contained in:
bakry 2025-06-16 21:58:53 +03:00 committed by GitHub
commit 58e886ca5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
</td>
</t>
<td t-if="type == 'all' or type == 'termination'" style="background-color:#263f79;"></td>
<td t-if="type == 'all' or type == 'termination'" style="background-color:#263f79;"></td>
<td style="background-color:#263f79;"></td>
<td t-if="type == 'all' or type == 'leave'" style=" border: 1px solid gray;background-color:#263f79;color:#FFFFFF">
<t t-esc="round(data['total_sum']['remaining_leaves'],2)"/> </td>