Removed circle from edit location and client photo, fixed location phone number not saving when you add a client

This commit is contained in:
johnnyq
2022-01-25 15:28:57 -05:00
parent 5170a221c2
commit 21a0feb625
5 changed files with 13 additions and 10 deletions

View File

@@ -158,12 +158,12 @@
<div class="tab-pane fade" id="pills-photo<?php echo $location_id; ?>">
<center>
<center class="mb-3">
<?php if(!empty($location_photo)){ ?>
<img class="img-fluid" src="<?php echo "uploads/clients/$session_company_id/$client_id/$location_photo"; ?>">
<?php } ?>
</center>
<div class="form-group">
<input type="file" class="form-control-file" name="file">
</div>