From: Joe Hunt Date: Sun, 26 Aug 2012 20:54:32 +0000 (+0200) Subject: Removed obsolete exchange rate check on Sales Pricing page. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=484d78327c01082b453911132b59996f3272e317;p=textcart.git Removed obsolete exchange rate check on Sales Pricing page. --- diff --git a/inventory/prices.php b/inventory/prices.php index 861b7da..dfac2aa 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -70,8 +70,6 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') display_error( _("The price entered must be numeric.")); set_focus('price'); } - elseif(!db_has_currency_rates($_POST['curr_abrev'], Today(), true)) - $input_error = 1; if ($input_error != 1) {