Mass_update - improved logfunction

This commit is contained in:
“VeLiTi”
2024-03-28 19:10:47 +01:00
parent bf1dd72a39
commit 23a4472f12
2 changed files with 20 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ if(isset($get_content) && $get_content!=''){
//------------------------------------------
switch ($action) {
case 'get_rowID':
$sql = 'SELECT e.rowID from equipment e '.$whereclause.'';
$sql = 'SELECT e.rowID, p.productcode, p.productname from equipment e LEFT JOIN products p ON e.productrowid = p.rowID '.$whereclause.'';
break;