Fixing style errors.
This commit is contained in:
parent
b37d874936
commit
5d1cae173e
@ -131,8 +131,7 @@ class mod_expedition_ribera extends ModelNumRefExpedition
|
|||||||
if (empty($conf->global->EXPEDITION_RIBERA_MASK)) {
|
if (empty($conf->global->EXPEDITION_RIBERA_MASK)) {
|
||||||
$this->error = 'NotConfigured';
|
$this->error = 'NotConfigured';
|
||||||
return 0;
|
return 0;
|
||||||
} else
|
} else $mask = $conf->global->EXPEDITION_RIBERA_MASK;
|
||||||
$mask = $conf->global->EXPEDITION_RIBERA_MASK;
|
|
||||||
|
|
||||||
$date = $shipment->date_expedition;
|
$date = $shipment->date_expedition;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user