fix export label checkbox

This commit is contained in:
Tiavina 2024-12-30 18:55:51 +03:00
parent 595d269136
commit f8ff475218
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<table id="devis" class="display tabledt devisDataTable">
<thead>
<tr>
<th><?php p($l->t('To invoice'));?></th>
<th><?php p($l->t('A facturer'));?></th>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Quote date'));?></th>
<th>Défunt</th>

View File

@ -19,7 +19,7 @@
<table id="client" class="display tabledt" style="font-size:11px;">
<thead>
<tr>
<th><?php p($l->t('To export'));?></th>
<th><?php p($l->t('A exporter'));?></th>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Company'));?></th>
<th><?php p($l->t('First name'));?></th>

View File

@ -19,7 +19,7 @@
<table id="client" class="display tabledt" style="font-size:11px;">
<thead>
<tr>
<th><?php p($l->t('To Export'));?></th>
<th><?php p($l->t('A exporter'));?></th>
<th><?php p($l->t('First name'));?></th>
<th><?php p($l->t('Last name'));?></th>
<th>Référence</th>