Index: /views/mods/mod_rechnungen/accounting_pdf.phtml
===================================================================
--- /views/mods/mod_rechnungen/accounting_pdf.phtml	(revision 7243)
+++ /views/mods/mod_rechnungen/accounting_pdf.phtml	(revision 7244)
@@ -804,6 +804,13 @@
 	$pdf->Text($prod_left + 100, $prod_top + $offset, __("SUMME", "wpsg"));
 	$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
+	
+	/* Endbetrag wird fett ausgegeben */
+	$pdf->setFont('Arial', 'B', '9');
 	$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
-
+	$pdf->setFont('Arial', '', '9');
+	
+	/* Endbetrag wird normal ausgegeben */
+	//$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
+	
 	if ($this->get_option('wpsg_kleinunternehmer') == '1')
 	{
Index: /views/mods/mod_rechnungen/invoice_pdf.phtml
===================================================================
--- /views/mods/mod_rechnungen/invoice_pdf.phtml	(revision 7243)
+++ /views/mods/mod_rechnungen/invoice_pdf.phtml	(revision 7244)
@@ -122,5 +122,5 @@
 				
 				$pdf->Text($rdata_left + 35, $rdata_top, __("FÃ€llig am", "wpsg"));
-				$pdf->Text($rdata_left + 35, $rdata_top + 6, (int)$shop->view['faelligkeitdatum']);
+				$pdf->Text($rdata_left + 35, $rdata_top + 6, $shop->view['faelligkeitdatum']);
 				
 			}
@@ -817,5 +817,12 @@
 	$pdf->Text($prod_left + 100, $prod_top + $offset, __("SUMME", "wpsg"));
 	$pdf->setXY($prod_left + 140, $prod_top + $offset - 5);
+	
+	/* Endbetrag wird fett ausgegeben */
+	$pdf->setFont('Arial', 'B', '9');
 	$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
+	$pdf->setFont('Arial', '', '9');
+	
+	/* Endbetrag wird normal ausgegeben */
+	//$pdf->Cell(37, 8, wpsg_ff($this->view['basket']['sum']['preis_gesamt_brutto'], $this->get_option('wpsg_currency')), 0, 0, 'R');
 	
 	if ($this->get_option('wpsg_kleinunternehmer') == '1')
