[RMV] PAYROLL: Remove unwanted field in filter payslip form

This commit is contained in:
Horilla
2023-10-17 10:19:47 +05:30
parent 8f3b8f2c76
commit decc22e9e4
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<input type="hidden" name="group_by" value="{{request.GET.group_by}}" >
<input type="hidden" name="month" value="{{request.GET.month}}" >
<input type="hidden" name="year" value="{{request.GET.year}}" >
<input type="search" name="group_by" value="{{request.GET.end_date}}" >
<input type="hidden" name="group_by" value="{{request.GET.end_date}}" >
<div class="oh-dropdown__filter-body">
<div class="oh-accordion">
<div class="oh-accordion-header">{% trans "Payslip" %}</div>

View File

@@ -101,7 +101,7 @@
class="oh-payslip__table-td"
title="Some deductions will update basic pay before payslip calculation starts, eg: LOP is Deduducted from basic pay if 'Deduct leave from basic pay' field is enabled on the contract, and also with the update compensation deduction through"
>
Basic Pay
{% trans "Basic Pay" %}
</td>
<td class="oh-payslip__table-td" colspan="2">
{{currency}}{{basic_pay|floatformat:2}}