Added company switch for placing company logo on certain views.
[fa-stable.git] / gl / view / gl_deposit_view.php
index 767c790c220c86421a618fb4956dc5b993f0f421..007026ff6005f1ba13aa84d409a4310757147e20 100644 (file)
@@ -43,6 +43,9 @@ if ($to_trans['bank_curr_code'] != $to_trans['settle_curr'])
        $show_currencies = true;
 }
 
+if (!empty($SysPrefs->prefs['company_logo_on_views']))
+       company_logo_on_view();
+
 echo "<center>";
 
 display_heading(_("GL Deposit") . " #$trans_no");