Subversion Repositories wpShopGermany4

Rev

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

Rev 8083 Rev 8086
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 ($this->view['kunde']['ustidnr'] != "" && $head_data['oCalculation']->getTaxMode() === '3' && $shop->view['oOrder']->isInnerEu()) {
195
    if ($this->view['kunde']['ustidnr'] != "" && $head_data['oCalculation']->getTaxMode() === '3' && $head_data['oOrder']->isInnerEu()) {
196
        $bNoTax = true;
196
        $bNoTax = true;
197
    } else {
197
    } else {
198
	    $bNoTax = false;
198
	    $bNoTax = false;
199
    }
199
    }
200
	
200