From: Janusz Dobrowolski Date: Thu, 19 May 2016 20:48:04 +0000 (+0200) Subject: Fixed typo in last commit. X-Git-Tag: 2.3-final~23 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=fe97ad7097366fe3de8770fb5110e9c447dbc58c Fixed typo in last commit. --- diff --git a/gl/manage/bank_accounts.php b/gl/manage/bank_accounts.php index 73486b1d..6795f550 100644 --- a/gl/manage/bank_accounts.php +++ b/gl/manage/bank_accounts.php @@ -154,7 +154,6 @@ if ($selected_id != -1) $_POST['dflt_curr_act'] = $myrow["dflt_curr_act"]; } hidden('selected_id', $selected_id); - } set_focus('bank_account_name'); }