Fixing style errors.
This commit is contained in:
parent
44f4f9e288
commit
6368ba9a6e
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user