Fixing style errors.

This commit is contained in:
stickler-ci 2020-03-18 00:24:40 +00:00
parent 82058f3a78
commit 1bff748c94
2 changed files with 3 additions and 3 deletions

View File

@ -88,12 +88,12 @@ class Entrepot extends CommonObject
* @var string Town * @var string Town
*/ */
public $town; public $town;
/** /**
* @var string Phone * @var string Phone
*/ */
public $phone; public $phone;
/** /**
* @var string Fax * @var string Fax
*/ */

View File

@ -578,7 +578,7 @@ if ($num)
{ {
print '<td>'.$obj->phone.'</td>'; print '<td>'.$obj->phone.'</td>';
} }
//Fax //Fax
if (!empty($arrayfields['e.fax']['checked'])) if (!empty($arrayfields['e.fax']['checked']))
{ {