changes in stock module 12-03-2025

This commit is contained in:
vadivelJ96 2025-03-12 11:57:27 +05:30
parent c03f517080
commit 295123b596

View File

@ -1186,7 +1186,7 @@ $('#drierTable tbody').on('click', '.edit-btn', function() {
console.log('working here', 'totalHours', totalHours);
if (totalHours != NaN && totalHours != Infinity) {
$('#additionalEntryRunningHrsId').val(totalHours);
$('#editEntryRunningHrsId').val(totalHours);
editEntryGasPerTon();
editEntryMoistureLossQty();
editEntryQtyPerHrs();