Mass_update - improved logfunction
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user