Subversion Repositories wpShopGermany4

Rev

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

Rev 7709 Rev 7753
Line 388... Line 388...
388
	else
388
	else
389
	{
389
	{
390
	
390
	
391
		$pdf->Output($this->callMod('wpsg_mod_deliverynote', 'getFilePath', array($this->view['order']['id'])).$this->view['filename'], 'F');
391
		$pdf->Output($this->callMod('wpsg_mod_deliverynote', 'getFilePath', array($this->view['order']['id'])).$this->view['filename'], 'F');
392
	
392
	
393
		if ($this->view['output'] === true) $pdf->Output($filename, 'I');
393
		if (wpsg_isTrue($this->view['output'])) $pdf->Output($filename, 'I');
394
			
394
			
395
	}
395
	}
396
	
396
	
397
?>
-
 
398
397