Subversion Repositories wpShopGermany4

Rev

Rev 8088 | Rev 8145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8088 Rev 8130
Line 190... Line 190...
190
    $sum_multi_offset = 0;
190
    $sum_multi_offset = 0;
191
    $orders = $this->view['multi_data']['orders']; 
191
    $orders = $this->view['multi_data']['orders']; 
192
 
192
 
193
	// noMwSt
193
	// noMwSt
194
    $head_data = array_values($this->view['multi_data']['order_data'])[0];
194
    $head_data = array_values($this->view['multi_data']['order_data'])[0];
195
    if ( ($head_data['oCalculation']->getTaxMode() === wpsg_calculation::TAXMODE_B2B) && ($head_data['oOrder']->isInnerEu()) ) {
195
    if ( ($head_data['oCalculation']->getTaxMode() === \wpsg\wpsg_calculation::TAXMODE_B2B) && ($head_data['oOrder']->isInnerEu()) ) {
196
        $bNoTax = true;
196
        $bNoTax = true;
197
    } else {
197
    } else {
198
	    $bNoTax = false;
198
	    $bNoTax = false;
199
    }
199
    }
200
	
200