This commit is contained in:
2022-05-21 17:10:47 -04:00
parent b866d2a1be
commit 1c5b0a24c7
4 changed files with 21 additions and 11 deletions
+1 -9
View File
@@ -56,15 +56,7 @@
<label class="fs-5 fw-bold mb-2">Price</label>
<!--end::Label-->
<!--end::Input-->
<select class="form-select form-select-solid form-select-lg" name='price'>
<option value="opt1">Select Price for this job</option>
<?php
foreach($amount_array as $amr){
echo "<option value='".$amr[0]."'>".$amr[1]." ".$amr[2]."</option>";
}
?>
</select>
<!--end::Input-->
<?=$job_price?>
<!--end::Col-->
</div>
<!--end::Input group-->