Show company name on receipt when no logo is set

This commit is contained in:
jekkos-t520
2015-02-18 08:53:18 +01:00
parent f6fb275dff
commit 8edff136d0

View File

@@ -84,7 +84,7 @@ if (isset($error_message))
<?php if ($this->Appconfig->get('company_logo') == '')
{
?>
<div id="company_name"><?php echo $this->config->item('company_logo'); ?></div>
<div id="company_name"><?php echo $this->config->item('company'); ?></div>
<?php
}
else