Merge branch 'main' of bitbucket.org:venbainformationtechnology/bb_sign

This commit is contained in:
bitbucket 2024-06-12 11:57:54 +05:30
commit c1946fbc0a

View File

@ -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) { ?>