User side price/qty input formatting via onblur handler.
[fa-stable.git] / gl / manage / exchange_rates.php
index deeb49b384a6a47e4719cc79890b86298a745339..77decb39f46c778501c961806e9754e7a24e6093 100644 (file)
@@ -148,7 +148,8 @@ function display_rate_edit()
        {
                date_row(_("Date to Use From:"), 'date_');
        }
-       small_amount_row(_("Exchange Rate:"), 'BuyRate', null, '', submit('get_rate',_("Get"), false));
+       small_amount_row(_("Exchange Rate:"), 'BuyRate', null, '', 
+         submit('get_rate',_("Get")), user_exrate_dec());
 
        end_table(1);