Hide Email Receipt, Email Invoice Email Quote if smtp_host is not configured and client email doesnt exist

This commit is contained in:
johnnyq
2021-08-19 13:24:38 -04:00
parent 23bc3ea417
commit d7101cb5d6
7 changed files with 19 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
</div>
</div>
<?php if(!empty($config_smtp_host)){ ?>
<?php if(!empty($config_smtp_host) AND !empty($client_email)){ ?>
<div class="form-group">
<label>Email Receipt</label>