Merge branch 'main' of bitbucket.org:venbainformationtechnology/bb_sign
This commit is contained in:
commit
c1946fbc0a
@ -59,7 +59,6 @@
|
||||
<td><?= $value['state']; ?></td>
|
||||
<td><?= $value['postal_code']; ?></td>
|
||||
<td><?= $value['contact_1']; ?></td>
|
||||
<td><?= $value['isactive'] ?></td>
|
||||
<td>
|
||||
<?php if ($value['isactive'] == 0): ?>
|
||||
<span style="color: red;">Inactive</span>
|
||||
@ -119,7 +118,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<label for="branchname">Branch Name</label>
|
||||
<label for="branchname">Business</label>
|
||||
<select name="business" id="business" class="form-control">
|
||||
<option value="0">Select Business</option>
|
||||
<?php foreach ($business_list as $key => $value) { ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user