[0005735] Problems with sending emails with encoding other than ASCII - fixed.
[fa-stable.git] / sales / view / view_receipt.php
index a481f27dc59ffbe123074cfd96aabdd158df7867..164eaee9db7c971386be28005498246f44740f30 100644 (file)
@@ -30,10 +30,13 @@ if (isset($_GET["trans_no"]))
 
 $receipt = get_customer_trans($trans_id, ST_CUSTPAYMENT);
 
+if (!empty($SysPrefs->prefs['company_logo_on_views']))
+       company_logo_on_view();
+
 display_heading(sprintf(_("Customer Payment #%d"),$trans_id));
 
 echo "<br>";
-start_table(TABLESTYLE, "width=80%");
+start_table(TABLESTYLE, "width='80%'");
 start_row();
 label_cells(_("From Customer"), $receipt['DebtorName'], "class='tableheader2'");
 label_cells(_("Reference"), $receipt['reference'], "class='tableheader2'");