User client Rate for price by default for Invoice Ticket

This commit is contained in:
johnnyq
2023-06-14 18:44:24 -04:00
parent 32c9a933ea
commit 8085f7cd90
2 changed files with 3 additions and 1 deletions

View File

@@ -155,7 +155,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-dollar-sign"></i></span>
</div>
<input type="number" class="form-control" step="0.01" min="0" name="price" value="0.00" required>
<input type="number" class="form-control" step="0.01" min="0" name="price" value="<?php echo $client_rate; ?>" required>
</div>
</div>