mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Some indentation
This commit is contained in:
@@ -33,10 +33,6 @@ class Token_customer extends Token
|
||||
return trim($customer_info->first_name . ' ' . $customer_info->last_name);
|
||||
}
|
||||
}
|
||||
elseif (!empty($this->customer_info))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user