bug fixes and new additions
This commit is contained in:
@@ -345,6 +345,9 @@
|
||||
|
||||
Inactive
|
||||
<input type="radio" class="flat" name="status" id="statusInactive" value="Inactive" <?php echo ($client->status == 'Inactive') ? "checked" : ""; ?> />
|
||||
|
||||
Cancelled
|
||||
<input type="radio" class="flat" name="status" id="statusCancelled" value="Cancelled" <?php echo ($client->status == 'Cancelled') ? "checked" : ""; ?> />
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -358,7 +361,7 @@
|
||||
@if($current_pending_stage !== 'COMPLETED')
|
||||
<div class="col-md-12">
|
||||
<div class="form-group" >
|
||||
<!-- style="background-color: skyblue;"-->
|
||||
<!-- style="background-color: skyblue;"-->
|
||||
<div class=" {{ $errors->has('onboarding_sub_items') ? 'has-error' : ''}}">
|
||||
<label class="" for="payment_mode">Onboarding Stage ({{ $current_pending_stage }}) | Click below to select </label>
|
||||
{!! Form::select('onboarding_sub_items_progress[]', $onboarding_sub_items, $onboarding_sub_items_progress, ['class' => 'form-control' , 'id' => 'progressIndicators', 'multiple' => 'true']) !!}
|
||||
@@ -413,7 +416,7 @@
|
||||
});
|
||||
$('#contractValidity').datetimepicker({
|
||||
format: 'YYYY-MM-DD'
|
||||
});
|
||||
});
|
||||
//
|
||||
//
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user