Merge branch '14p19' of https://github.com/aspangaro/dolibarr into 14p19

This commit is contained in:
Alexandre SPANGARO 2021-09-13 21:32:55 +02:00
commit eae4269745

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);