Subversion Repositories wpShopGermany4

Rev

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

Rev 7153 Rev 7244
Line 801... Line 801...
801
	}
801
	}
802
	 
802
	 
803
	$offset += 5;
803
	$offset += 5;
804
	$pdf->Text($prod_left + 100, $prod_top + $offset, __("SUMME", "wpsg"));
804
	$pdf->Text($prod_left + 100, $prod_top + $offset, __("SUMME", "wpsg"));
805
	$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
805
	$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
-
 
806
	
-
 
807
	/* Endbetrag wird fett ausgegeben */
-
 
808
	$pdf->setFont('Arial', 'B', '9');
806
	$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
809
	$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
-
 
810
	$pdf->setFont('Arial', '', '9');
807
 
811
	
-
 
812
	/* Endbetrag wird normal ausgegeben */
-
 
813
	//$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
-
 
814
	
808
	if ($this->get_option('wpsg_kleinunternehmer') == '1')
815
	if ($this->get_option('wpsg_kleinunternehmer') == '1')
809
	{
816
	{
810
 
817
 
811
		$pdf->wpsg_MultiCell($prod_left - 1, $prod_top + $offset + 5, 5, $this->get_option('wpsg_kleinunternehmer_text')); 
818
		$pdf->wpsg_MultiCell($prod_left - 1, $prod_top + $offset + 5, 5, $this->get_option('wpsg_kleinunternehmer_text')); 
812
		$offset += 15;
819
		$offset += 15;