land ,port

This commit is contained in:
blackbelts 2025-05-29 11:29:02 +03:00
parent 7441e0b372
commit e8c8e7d038
1 changed files with 2 additions and 2 deletions

View File

@ -475,7 +475,7 @@
<!-- <t t-if="totals_only">-->
<!-- <t t-call="attendances.totals_only_attendance_report_template"/>-->
<!-- </t>-->
<t t-else="">
<!-- <t t-else="">-->
<t t-if="type == 'late'">
<t t-call="attendances.late_attendance_report_template"/>
</t>
@ -485,7 +485,7 @@
<t t-if="type == 'employee'">
<t t-call="attendances.employee_attendance_report_template"/>
</t>
</t>
<!-- </t>-->
</t>
</t>
</template>