From: Joe Hunt Date: Fri, 22 Jan 2010 10:12:29 +0000 (+0000) Subject: Exchange rate doesn't update table when adding new or deleting rate X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=3d0f6b3881237e2ca9424138d697aa439f6f8d81;p=textcart.git Exchange rate doesn't update table when adding new or deleting rate --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cbb0df6..5f3b242 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,7 +20,9 @@ Legend: $ -> Affected files 22-Jan-2010 Tom Hallman/Joe Hunt -! Small adjustments to Bank Statements and GL Transactions Reports +# Exchange rate doesn't update table when adding new or deleting rate +$ /gl/manage/exchange_rates.php +! Small adjustments to Bank Statement and GL Transactions Reports $ /reporting/rep601.php /reporting/rep704.php ! Layout fix for Report Selectors in when running in Windows OS. diff --git a/gl/manage/exchange_rates.php b/gl/manage/exchange_rates.php index a22b715..9621085 100644 --- a/gl/manage/exchange_rates.php +++ b/gl/manage/exchange_rates.php @@ -67,6 +67,7 @@ function handle_submit() } $selected_id = ''; + clear_data(); } //--------------------------------------------------------------------------------------------- @@ -79,6 +80,7 @@ function handle_delete() return; delete_exchange_rate($selected_id); $selected_id = ''; + clear_data(); } //---------------------------------------------------------------------------------------------