Subversion Repositories wpShopGermany4

Rev

Rev 8465 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8465 Rev 8476
Line 930... Line 930...
930
	
930
	
931
	$this->callMods('wpsg_mod_rechnungen_pdf', array(&$pdf, &$this->view['data']['id'], &$this->view['preview'], &$this->view['invoice']));
931
	$this->callMods('wpsg_mod_rechnungen_pdf', array(&$pdf, &$this->view['data']['id'], &$this->view['preview'], &$this->view['invoice']));
932
	
932
	
933
	$filename = $this->view['filename'].".pdf";
933
	$filename = $this->view['filename'].".pdf";
934
	
934
	
935
	ob_end_clean();
935
	if (ob_get_contents()) ob_end_clean();
936
	
936
	
937
	if ($this->view['preview']) {
937
	if ($this->view['preview']) {
938
		
938
		
939
		$pdf->Output($filename, 'I');
939
		$pdf->Output($filename, 'I');
940
		
940