issue fix

This commit is contained in:
venbatechnologies@gmail.com 2017-10-16 16:50:26 +05:30
parent da37d72f1c
commit 0db91ac029

View File

@ -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);