Removed obsolete exchange rate check on Purchasing Pricing page.
authorJanusz Dobrowolski <janusz@frontaccouting.eu>
Sun, 26 Aug 2012 17:47:32 +0000 (19:47 +0200)
committerJanusz Dobrowolski <janusz@frontaccouting.eu>
Sun, 26 Aug 2012 17:47:32 +0000 (19:47 +0200)
inventory/purchasing_data.php

index 38a50dea97211cebc83e33fa18970cb0f9e0bb52..0a7a01c3d02be91c6cae1fe1610af77d2ae9b32e 100644 (file)
@@ -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)
        {