mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-04 05:43:48 -04:00
Show company name on receipt when no logo is set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user