issue fix
This commit is contained in:
parent
da37d72f1c
commit
0db91ac029
@ -4946,8 +4946,10 @@ if(isNaN(CustomDutyExpenses))
|
||||
addHidden(theForm,"IGSTInt"+temp,Igst);
|
||||
addHidden(theForm,"AfterIGSTInt"+temp,AfterIgst);
|
||||
addHidden(theForm,"DutyImpact"+temp,Dutyimpact);
|
||||
addHidden(theForm,"NetValue"+temp,ClearingCharges);
|
||||
addHidden(theForm,"ClearingCharge"+temp,Nett);
|
||||
addHidden(theForm,"NetValue"+temp,Nett);
|
||||
addHidden(theForm,"ClearingCharge"+temp,ClearingCharges);
|
||||
//addHidden(theForm,"ClearingCharge"+temp,Nett);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user