Fixing style errors.
This commit is contained in:
parent
82058f3a78
commit
1bff748c94
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -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']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user