mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
get client id for logging when adding recurring items
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
<div class="tab-pane fade" id="pills-photo<?php echo $contact_id; ?>">
|
||||
|
||||
<div class="mb-3 text-center">
|
||||
<?php if (!empty($contact_photo)) { ?>
|
||||
<?php if ($contact_photo) { ?>
|
||||
<img class="img-fluid" alt="contact_photo" src="<?php echo "uploads/clients/$client_id/$contact_photo"; ?>">
|
||||
<?php } else { ?>
|
||||
<span class="fa-stack fa-4x">
|
||||
|
||||
Reference in New Issue
Block a user