mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fixing style errors.
This commit is contained in:
@@ -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, '')."\"
|
||||||
|
|||||||
Reference in New Issue
Block a user