Fixed Company Logo not showing on Quotes

This commit is contained in:
johnny@pittpc.com 2021-02-06 00:27:27 -05:00
parent 632714cd17
commit 2b2954aa6f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ if(isset($_GET['quote_id'], $_GET['url_key'])){
<div class="row mb-4">
<div class="col-sm-2">
<img class="img-fluid" src="<?php echo $config_invoice_logo; ?>">
<img class="img-fluid" src="<?php echo $company_logo; ?>">
</div>
<div class="col-sm-10">
<h3 class="text-right"><strong>Quote</strong><br><small class="text-secondary"><?php echo $quote_number; ?></small></h3>