Removed obsolete exchange rate check on Sales Pricing page.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2012 20:54:32 +0000 (22:54 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2012 20:54:32 +0000 (22:54 +0200)
inventory/prices.php

index 861b7daabbe3aee70f1d8b0393335aa4a8b46f8c..dfac2aa5a4c6b01c27da23ba0ab1cdca1f7948b7 100644 (file)
@@ -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)
        {