@ -9533,6 +9533,9 @@ Ext.extend(Shipping.FeeEditGrid, Ext.Panel, {
var tax = Add(amount, -notaxamount); //parseFloat(notaxamount).mul(taxrate);
e.record.set('Tax', tax);
}
e.record.set('AccTaxRate', Gddata.AccTaxRate);
this.calcDetailTotal();
@ -9871,6 +9874,7 @@ Ext.extend(Shipping.FeeEditGrid, Ext.Panel, {
@ -7281,6 +7281,7 @@ Ext.extend(Shipping.FeeEditGrid, Ext.Panel, {
e.record.set('FeeFrt', Gddata.FEEFRT);
e.record.set('IsAdvancedpay', Gddata.ISADVANCEDPAY);