When booking costs on workorders the set dimension on the item wasn't booked on the...
[fa-stable.git] / gl / manage / currencies.php
index 363b734bd8dfdfdee52327d1b8395b3133cb5ba7..971dbf3b123ca6a38047314c12084ce2f47fbbeb 100644 (file)
@@ -120,7 +120,7 @@ function check_can_delete($curr)
 function handle_delete()
 {
        global $selected_id, $Mode;
-       if (check_can_delete($selcted_id)) {
+       if (check_can_delete($selected_id)) {
        //only delete if used in neither customer or supplier, comp prefs, bank trans accounts
                delete_currency($selected_id);
                display_notification(_('Selected currency has been deleted'));
@@ -244,4 +244,3 @@ end_form();
 
 end_page();
 
-?>