projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e905d
)
Removed obsolete exchange rate check on Sales Pricing page.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2012 20:54:32 +0000
(22:54 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 26 Aug 2012 20:54:32 +0000
(22:54 +0200)
inventory/prices.php
patch
|
blob
|
history
diff --git
a/inventory/prices.php
b/inventory/prices.php
index 861b7daabbe3aee70f1d8b0393335aa4a8b46f8c..dfac2aa5a4c6b01c27da23ba0ab1cdca1f7948b7 100644
(file)
--- 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)
{