changes in stock module 12-03-2025
This commit is contained in:
parent
c03f517080
commit
295123b596
@ -1186,7 +1186,7 @@ $('#drierTable tbody').on('click', '.edit-btn', function() {
|
|||||||
console.log('working here', 'totalHours', totalHours);
|
console.log('working here', 'totalHours', totalHours);
|
||||||
|
|
||||||
if (totalHours != NaN && totalHours != Infinity) {
|
if (totalHours != NaN && totalHours != Infinity) {
|
||||||
$('#additionalEntryRunningHrsId').val(totalHours);
|
$('#editEntryRunningHrsId').val(totalHours);
|
||||||
editEntryGasPerTon();
|
editEntryGasPerTon();
|
||||||
editEntryMoistureLossQty();
|
editEntryMoistureLossQty();
|
||||||
editEntryQtyPerHrs();
|
editEntryQtyPerHrs();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user