Annoyance 5683: Allow attachments from most needed post-creation option screens.
[fa-stable.git] / gl / view / bank_transfer_view.php
index a2e0da4b614018df5d90e8bf6eb1abdfaa828e66..32653a5f1b8f4fab35c294399b275e2f743256fa 100644 (file)
@@ -58,10 +58,13 @@ if ($from_trans['bank_curr_code'] != $to_trans['bank_curr_code'])
        $show_both_amounts = true;
 }
 
+if (!empty($SysPrefs->prefs['company_logo_on_views']))
+       company_logo_on_view();
+
 display_heading($systypes_array[ST_BANKTRANSFER] . " #$trans_no");
 
 echo "<br>";
-start_table("$table_style width=80%");
+start_table(TABLESTYLE, "width='80%'");
 
 start_row();
 label_cells(_("From Bank Account"), $from_trans['bank_account_name'], "class='tableheader2'");
@@ -92,4 +95,3 @@ end_table(1);
 is_voided_display(ST_BANKTRANSFER, $trans_no, _("This transfer has been voided."));
 
 end_page(true, false, false, ST_BANKTRANSFER, $trans_no);
-?>
\ No newline at end of file