mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Only show send email on payment if mail is configured
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
<div class="form-group">
|
||||
<label>Email Receipt</label>
|
||||
<div class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" id="customControlAutosizing" name="email_receipt" value="1" >
|
||||
<input type="checkbox" class="custom-control-input" id="customControlAutosizing" name="email_receipt" value="1" <?php if(!empty($config_smtp_host)) echo "checked"; ?>>
|
||||
<label class="custom-control-label" for="customControlAutosizing"><?php echo $client_email; ?></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user