fix
This commit is contained in:
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user