// Removed FO call to shop->name instead of PS_SHOP_NAME
This commit is contained in:
@@ -122,9 +122,7 @@ class HTMLTemplateSupplyOrderFormCore extends HTMLTemplate
|
||||
*/
|
||||
public function getHeader()
|
||||
{
|
||||
$shop_name = '';
|
||||
if (Validate::isLoadedObject($this->shop))
|
||||
$shop_name = $this->shop->name;
|
||||
$shop_name = Configuration::get('PS_SHOP_NAME');
|
||||
|
||||
$this->smarty->assign(array(
|
||||
'logo_path' => $this->getLogo(),
|
||||
|
||||
Reference in New Issue
Block a user