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-Tag: 2.3-final~434 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5001c190ce951bc9cf2b96e8b90269599e804fa1;p=fa-stable.git Removed obsolete exchange rate check on Sales Pricing page. --- diff --git a/inventory/prices.php b/inventory/prices.php index 861b7daa..dfac2aa5 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) {