Fixing style errors.

This commit is contained in:
stickler-ci 2021-09-13 19:21:53 +00:00
parent 44f4f9e288
commit 6368ba9a6e

View File

@ -543,7 +543,7 @@ class AccountancyExport
$Tab = array();
if (!empty($data->subledger_account)){
if (!empty($data->subledger_account)) {
$Tab['type_ligne'] = 'C';
$Tab['num_compte'] = str_pad(self::trunc($data->subledger_account, 8), 8);
$Tab['lib_compte'] = str_pad(self::trunc($data->subledger_label, 30), 30);