Hello ,


  i have an error when adding/updating/deleting a item having multiple categories,  i am using 2.3.5

i think i have to change this code ::::-
// Adjustment for swiss franken, we always have 5 rappen = 1/20 franken
        if ($this->curr_code == 'CHF') {
            $val = $taxes['1']['Value'];
            $val1 = (floatval((intval(round(($val*20),0)))/20));
            $taxes['1']['Value'] = $val1;
        }
        return $taxes;
----------------
Kindly help me !!!!

hmm... very complicated ... lets see the $3.5 is the 3.5% of $100 is this possible that when i enter the amount $100(inclusive of tax) the tax will be $3.5 not any other!!????

Hello,
when i creating purchase order the system didn't calculate actual percentage tax .. the detail screenshot is here: http://imageshack.us/photo/my-images/40/orderpic.jpg/

in mentioned pic the tax should be $5 , but its 4.76 !!!!! i am using fa2.3.5
please quick response