icon alignment missing in revenue
This commit is contained in:
parent
98855fd909
commit
6f81ce7617
@ -2417,7 +2417,7 @@ if (!empty($getlogpodtl)) {
|
||||
</td>
|
||||
<td align="right"><?php echo $record->Quantity ?></td>
|
||||
<td align="left"><?php echo $record->UOM ?></td>
|
||||
<td align="right"><?php echo $record->Rate ?></td>
|
||||
<td align="right"><?php echo number_format($record->Rate, 2, '.', ''); ?></td>
|
||||
|
||||
<td align="right">
|
||||
<?php echo number_format($record->BasicValue, 2, '.', ''); ?>
|
||||
@ -4555,11 +4555,11 @@ if (!empty($getlogpodtl)) {
|
||||
<td align="right">${basicval}</td>
|
||||
<td align="right">${TotalTaxValue}</td>
|
||||
<td align="right">${TotalOrderValue}</td>
|
||||
<td>
|
||||
<td align="center">
|
||||
<a data-target='#EDITREVENUE' data-id="${temp}" data-userid="${temp}" data-toggle="modal" href="#EDITREVENUE">
|
||||
<i class="ri-pencil-fill"></i>
|
||||
</a>
|
||||
|
||||
|
||||
<a href='#' onclick="DeleteRow('${temp}')" class="link" data-id="${temp}" data-userid="${temp}" id="Del">
|
||||
<span class="ri-delete-bin-7-fill"></span>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user