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 5b68f45a77
commit dc3c8eac91
3 changed files with 13 additions and 1 deletions

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";