2
0
forked from Wavyzz/dolibarr

Fix phpcs

This commit is contained in:
Laurent Destailleur
2018-12-15 18:30:35 +01:00
parent 54ffba793f
commit 85cd23caaf
7 changed files with 21 additions and 12 deletions

View File

@@ -440,7 +440,7 @@ class Reception extends CommonObject
$this->pdf_filename = $file;
// Tracking url
$this->GetUrlTrackingStatus($obj->tracking_number);
$this->getUrlTrackingStatus($obj->tracking_number);
/*
* Thirparty
@@ -1423,7 +1423,7 @@ class Reception extends CommonObject
* @param string $value Value
* @return void
*/
function GetUrlTrackingStatus($value='')
function getUrlTrackingStatus($value='')
{
if (! empty($this->shipping_method_id))
{