FIX_Reverted date

This commit is contained in:
VE10-Sanjeev 2024-08-06 06:27:35 +00:00
parent 13c7cfca13
commit f71a1c1c16

View File

@ -1150,9 +1150,9 @@ function deleteBill(Billno,i){
// Set modal inputs with the retrieved values
$("#GrossWeight").val(v1);
$("#GrossWeightDate").val(formatDateTime(v2,2));
$("#GrossWeightDate").val(v2);
$("#TareWeight").val(v3);
$("#TareWeightDate").val(formatDateTime(v4,2) );
$("#TareWeightDate").val(v4);
$("#NetWeight").val(v5);
$("#CurrentInx").val(inx);