From: Janusz Dobrowolski Date: Sun, 26 Aug 2012 17:47:32 +0000 (+0200) Subject: Removed obsolete exchange rate check on Purchasing Pricing page. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=37e905db57be3344591233ff15c7270034f56bbd;p=textcart.git Removed obsolete exchange rate check on Purchasing Pricing page. --- diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 38a50de..0a7a01c 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -50,8 +50,6 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') display_error( _("The conversion factor entered was not numeric. The conversion factor is the number by which the price must be divided by to get the unit price in our unit of measure.")); set_focus('conversion_factor'); } - elseif(!db_has_currency_rates(get_supplier_currency($_POST['supplier_id']), Today(), true)) - $input_error = 1; if ($input_error == 0) {