Added company switch for placing company logo on certain views.
[fa-stable.git] / purchasing / view / view_supp_payment.php
index c9a455f1d614645da9c24bd791175db7021ce94c..fb29a75915be5622de91c618c826f214d9566e0f 100644 (file)
@@ -42,6 +42,9 @@ if ($receipt['bank_curr_code'] != $receipt['curr_code'])
        $show_both_amounts = true;
 }
 
+if (!empty($SysPrefs->prefs['company_logo_on_views']))
+       company_logo_on_view();
+
 echo "<center>";
 
 display_heading(_("Payment to Supplier") . " #$trans_no");