X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_deposit_view.php;h=007026ff6005f1ba13aa84d409a4310757147e20;hb=0a6988eadb9d779a9c49c79772c1c2a3e19b6b05;hp=767c790c220c86421a618fb4956dc5b993f0f421;hpb=c47544994b38a1540dd049075948493352ca6112;p=fa-stable.git diff --git a/gl/view/gl_deposit_view.php b/gl/view/gl_deposit_view.php index 767c790c..007026ff 100644 --- a/gl/view/gl_deposit_view.php +++ b/gl/view/gl_deposit_view.php @@ -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 "
"; display_heading(_("GL Deposit") . " #$trans_no");