浏览代码

Fixing style errors.

stickler-ci 4 年之前
父节点
当前提交
e14c971b69
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      htdocs/core/lib/functions2.lib.php

+ 2 - 2
htdocs/core/lib/functions2.lib.php

@@ -385,7 +385,7 @@ function dol_print_object_info($object, $usetable = 0)
 	// User close
 	if (!empty($object->user_cloture) || !empty($object->user_closing))
 	{
-  if (isset($object->user_cloture) && !empty($object->user_cloture)) $object->user_closing = $object->user_cloture;
+		if (isset($object->user_cloture) && !empty($object->user_cloture)) $object->user_closing = $object->user_cloture;
 		if ($usetable) print '<tr><td class="titlefield">';
 		print $langs->trans("ClosedBy");
 		if ($usetable) print '</td><td>';
@@ -407,7 +407,7 @@ function dol_print_object_info($object, $usetable = 0)
 	// Date close
 	if (!empty($object->date_cloture) || !empty($object->date_closing))
 	{
-  if (isset($object->date_cloture) && !empty($object->date_cloture)) $object->date_closing = $object->date_cloture;
+		if (isset($object->date_cloture) && !empty($object->date_cloture)) $object->date_closing = $object->date_cloture;
 		if ($usetable) print '<tr><td class="titlefield">';
 		print $langs->trans("DateClosing");
 		if ($usetable) print '</td><td>';