mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 04:44:51 +00:00
Hide Email Receipt, Email Invoice Email Quote if smtp_host is not configured and client email doesnt exist
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user