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