FIX_Reverted date
This commit is contained in:
parent
13c7cfca13
commit
f71a1c1c16
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user