Merge : GWM
This commit is contained in:
parent
b452f4e885
commit
3b8783eff3
@ -36,9 +36,6 @@
|
|||||||
<th>Branch Name</th>
|
<th>Branch Name</th>
|
||||||
<th>GST</th>
|
<th>GST</th>
|
||||||
<th>Address</th>
|
<th>Address</th>
|
||||||
<th>City</th>
|
|
||||||
<th>State</th>
|
|
||||||
<th>PIN Code</th>
|
|
||||||
<th>Contact</th>
|
<th>Contact</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
@ -52,10 +49,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><?= $value['branch_name']; ?></td>
|
<td><?= $value['branch_name']; ?></td>
|
||||||
<td><?= $value['gstno']; ?></td>
|
<td><?= $value['gstno']; ?></td>
|
||||||
<td><?= $value['address']; ?></td>
|
<td>
|
||||||
<td><?= $value['city']; ?></td>
|
<?= $value['address']; ?></br>
|
||||||
<td><?= $value['state']; ?></td>
|
<?= $value['city']; ?>
|
||||||
<td><?= $value['pin_code']; ?></td>
|
<?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><?= $value['contact']; ?></td>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($value['isactive'] == 0): ?>
|
<?php if ($value['isactive'] == 0): ?>
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
<th>Service</th>
|
<th>Service</th>
|
||||||
<th>Document</th>
|
<th>Document</th>
|
||||||
<th>Doc Status</th>
|
<th>Doc Status</th>
|
||||||
<th>Approvel Date</th>
|
<th>Approval Date</th>
|
||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user