stock module - 25-03-2025

This commit is contained in:
vadivelJ96 2025-03-25 16:27:52 +05:30
parent f4c73c6bc3
commit feaecca315
2 changed files with 4 additions and 4 deletions

View File

@ -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>
&nbsp;&nbsp;&nbsp;
</a>

View File

@ -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>