Added company switch for placing company logo on certain views.
[fa-stable.git] / purchasing / view / view_supp_invoice.php
index 4f72076febbd2ca341dc1c6f09cedac31bfbe868..d8417a32960478ff912626f5e811bdc950777fbf 100644 (file)
@@ -38,6 +38,9 @@ read_supp_invoice($trans_no, ST_SUPPINVOICE, $supp_trans);
 
 $supplier_curr_code = get_supplier_currency($supp_trans->supplier_id);
 
+if (!empty($SysPrefs->prefs['company_logo_on_views']))
+       company_logo_on_view();
+
 display_heading(_("SUPPLIER INVOICE") . " # " . $trans_no);
 echo "<br>";