FIX_Policy Transaction Endorsement Issues
This commit is contained in:
parent
dc5f28e887
commit
145fdf0adb
@ -106,7 +106,7 @@
|
|||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
<label for="client_branch">Issuer<span class="text-danger">*</span></label>
|
<label for="client_branch">Issuer<span class="text-danger">*</span></label>
|
||||||
<select class="form-control" id="issuer" name="issuer" required>
|
<select class="form-control" id="issuer" name="issuer" required>
|
||||||
<option value="0">Select Issure</option>
|
<option value="0">Select Issuer</option>
|
||||||
<?php
|
<?php
|
||||||
if (isset($issuer) && count($issuer)) {
|
if (isset($issuer) && count($issuer)) {
|
||||||
foreach ($issuer as $key => $value) {
|
foreach ($issuer as $key => $value) {
|
||||||
@ -390,7 +390,8 @@
|
|||||||
_INPUT_
|
_INPUT_
|
||||||
<i class="mdi mdi-magnify datatable-search-icon"></i>
|
<i class="mdi mdi-magnify datatable-search-icon"></i>
|
||||||
</div>`,
|
</div>`,
|
||||||
searchPlaceholder: "Search"
|
searchPlaceholder: "Search",
|
||||||
|
emptyTable: '<div class="text-center text-muted">No Data found</div>'
|
||||||
},
|
},
|
||||||
paging: true,
|
paging: true,
|
||||||
pageLength: 10,
|
pageLength: 10,
|
||||||
|
|||||||
@ -243,7 +243,7 @@
|
|||||||
|
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
<label for="addon_policy">Policy Issue Month<span id="base_danger" class="text-danger">*</span></label>
|
<label for="addon_policy">Policy Issue Month<span id="base_danger" class="text-danger">*</span></label>
|
||||||
<input type="text" class="form-control" id="month" name="month" placeholder="MM/YYYY" >
|
<input type="text" class="form-control" id="month" name="month" placeholder="MM/YYYY" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user