Fix the label for the device vendor function import and add the translation to resources/app_languages.php.

This commit is contained in:
markjcrane
2016-07-31 18:51:57 -06:00
parent 12fae9fad4
commit acaf5cfcc6
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@
$sql_search .= "or description like '%".$search."%'";
$sql_search .= ")";
}
//additional includes
require_once "resources/header.php";
require_once "resources/paging.php";