From 8edff136d0d473e9b7e6dba6d702aeb57a1b238c Mon Sep 17 00:00:00 2001 From: jekkos-t520 Date: Wed, 18 Feb 2015 08:53:18 +0100 Subject: [PATCH] Show company name on receipt when no logo is set --- application/views/sales/receipt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/sales/receipt.php b/application/views/sales/receipt.php index 899cf0d44..0db02d56b 100644 --- a/application/views/sales/receipt.php +++ b/application/views/sales/receipt.php @@ -84,7 +84,7 @@ if (isset($error_message)) Appconfig->get('company_logo') == '') { ?> -
config->item('company_logo'); ?>
+
config->item('company'); ?>