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
*/
public $town;
/**
* @var string Phone
*/
public $phone;
/**
* @var string Fax
*/

View File

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