[RMV] PAYROLL: Remove unwanted field in filter payslip form
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user