From 37e905db57be3344591233ff15c7270034f56bbd Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 26 Aug 2012 19:47:32 +0200 Subject: [PATCH] Removed obsolete exchange rate check on Purchasing Pricing page. --- inventory/purchasing_data.php | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.30.2