Merge branch 'fixes/fix-export-label-check-box' into staging

This commit is contained in:
Tiavina 2024-12-30 18:56:06 +03:00
commit 45f4f13f4b
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>