diff --git a/app/Views/stock/drierMachineDetails.php b/app/Views/stock/drierMachineDetails.php index 4244ad46..713e5e30 100644 --- a/app/Views/stock/drierMachineDetails.php +++ b/app/Views/stock/drierMachineDetails.php @@ -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();