stock module - 25-03-2025
This commit is contained in:
parent
f4c73c6bc3
commit
feaecca315
@ -421,14 +421,14 @@
|
||||
<td class="celda_normal"><?php echo $record['perHourCoatingSandQTY'] ?? '' ?></td>
|
||||
<!-- td:eq(12) -->
|
||||
<!-- edit and download option..!! -->
|
||||
<td class="celda_normal" style="background-color:white;">
|
||||
|
||||
<td class="celda_normal" >
|
||||
|
||||
<a data-toggle="tooltip" class="edit-btn"
|
||||
data-target="editCoatingMachineDetailModal" data-toggle="modal"
|
||||
style="cursor:pointer;">
|
||||
<i class="fa fa-edit"
|
||||
title="Click here to Edit "></i>
|
||||
title="Click here to Edit ">
|
||||
</i>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
@ -485,7 +485,7 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
|
||||
</td>
|
||||
|
||||
<!-- td:eq(15) edit -->
|
||||
<td class="celda_normal" style="background-color:white;">
|
||||
<td class="celda_normal" >
|
||||
<a type="button" class="edit-btn" >
|
||||
<i class="fa fa-edit"></i>
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user