Merge : GWM

This commit is contained in:
bitbucket 2024-07-18 16:12:30 +05:30
parent b452f4e885
commit 3b8783eff3
2 changed files with 9 additions and 10 deletions

View File

@ -32,13 +32,10 @@
<table id="business_branch_table" class="table table-striped dt-responsive nowrap w-100">
<thead>
<tr>
<th>Branch Name</th>
<tr>
<th>Branch Name</th>
<th>GST</th>
<th>Address</th>
<th>City</th>
<th>State</th>
<th>PIN Code</th>
<th>Contact</th>
<th>Status</th>
<th>Action</th>
@ -52,10 +49,12 @@
<tr>
<td><?= $value['branch_name']; ?></td>
<td><?= $value['gstno']; ?></td>
<td><?= $value['address']; ?></td>
<td><?= $value['city']; ?></td>
<td><?= $value['state']; ?></td>
<td><?= $value['pin_code']; ?></td>
<td>
<?= $value['address']; ?></br>
<?= $value['city']; ?>
<?php if (!empty($value['state'])): ?>, <?= $value['state']; ?><?php endif; ?>
<?php if (!empty($value['pin_code'])): ?> - <?= $value['pin_code']; ?><?php endif; ?>
</td>
<td><?= $value['contact']; ?></td>
<td>
<?php if ($value['isactive'] == 0): ?>

View File

@ -82,7 +82,7 @@
<th>Service</th>
<th>Document</th>
<th>Doc Status</th>
<th>Approvel Date</th>
<th>Approval Date</th>
<th>Action</th>
</tr>
</thead>