Fix phpcs
This commit is contained in:
parent
5543d68e5a
commit
ce5acda635
@ -488,8 +488,8 @@ class AccountancyExport
|
|||||||
foreach ($TData as $data) {
|
foreach ($TData as $data) {
|
||||||
$code_compta = length_accountg($data->numero_compte);
|
$code_compta = length_accountg($data->numero_compte);
|
||||||
if (!empty($data->subledger_account)) {
|
if (!empty($data->subledger_account)) {
|
||||||
$code_compta = length_accounta($data->subledger_account);
|
$code_compta = length_accounta($data->subledger_account);
|
||||||
}
|
}
|
||||||
|
|
||||||
$date_document = dol_print_date($data->doc_date, '%Y%m%d');
|
$date_document = dol_print_date($data->doc_date, '%Y%m%d');
|
||||||
$date_echeance = dol_print_date($data->date_lim_reglement, '%Y%m%d');
|
$date_echeance = dol_print_date($data->date_lim_reglement, '%Y%m%d');
|
||||||
|
|||||||
@ -1423,9 +1423,9 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} elseif ($action !== 'createtime') {
|
} elseif ($action !== 'createtime') {
|
||||||
print '<input type="hidden" name="taskid" value="'.$id.'">';
|
print '<input type="hidden" name="taskid" value="'.$id.'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Task label
|
// Task label
|
||||||
if (!empty($arrayfields['t.task_label']['checked'])) {
|
if (!empty($arrayfields['t.task_label']['checked'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user