Fixing style errors.

This commit is contained in:
stickler-ci
2022-12-24 14:38:11 +00:00
parent 344c241970
commit 6df6f786df

View File

@@ -1568,8 +1568,8 @@ function dol_meta_create($object)
if (is_dir($dir)) { if (is_dir($dir)) {
if (is_countable($object->lines) && count($object->lines) > 0) { if (is_countable($object->lines) && count($object->lines) > 0) {
$nblines = count($object->lines); $nblines = count($object->lines);
} }
$client = $object->thirdparty->name." ".$object->thirdparty->address." ".$object->thirdparty->zip." ".$object->thirdparty->town; $client = $object->thirdparty->name." ".$object->thirdparty->address." ".$object->thirdparty->zip." ".$object->thirdparty->town;
$meta = "REFERENCE=\"".$object->ref."\" $meta = "REFERENCE=\"".$object->ref."\"
DATE=\"" . dol_print_date($object->date, '')."\" DATE=\"" . dol_print_date($object->date, '')."\"