[FIX] PAYROLL: View not switching after implementing daved filter tags
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
hx-swap="innerHTML"
|
||||
hx-target="#payroll-payslip-container"
|
||||
>
|
||||
<input type="hidden" name="group_by" value="{{request.GET.group_by}}" data-exclude-saved-filter="true">
|
||||
<div class="oh-dropdown__filter-body">
|
||||
<div class="oh-accordion">
|
||||
<div class="oh-accordion-header">{% trans "Payslip" %}</div>
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
{{payslip.list|length}}
|
||||
</span>
|
||||
</div>
|
||||
<span>
|
||||
<input type="text" class="oh-tabs__movable-title oh-table__editable-input oh-table__editable-input--batch" value="{{payslip.grouper}}" name="" id="{{payslip.grouper}}Grouper" data-previous-name="{{payslip.grouper}}">
|
||||
<span onclick="event.stopPropagation()">
|
||||
<input type="text" class="oh-tabs__movable-title oh-table__editable-input--batch" value="{{payslip.grouper}}" name="" id="{{payslip.grouper}}Grouper" data-previous-name="{{payslip.grouper}}">
|
||||
</span>
|
||||
</span>
|
||||
<div class="oh-accordion-meta__actions">
|
||||
<div class="oh-accordion-meta__actions" onclick="event.stopPropagation()">
|
||||
<select name="update_selected" onclick="event.stopPropagation()" class="oh-select" data-accordion-id="{{payslip.grouper}}Container">
|
||||
<option value="">------</option>
|
||||
<option value="draft">Draft</option>
|
||||
|
||||
Reference in New Issue
Block a user