CC-4907: Library -> Adding items to show doesn't add the correct item sometimes
-fixed
This commit is contained in:
parent
2315e3473d
commit
50613dd9a8
|
@ -816,6 +816,7 @@ SQL;
|
|||
$row['checkbox'] = "";
|
||||
$row['image'] = "";
|
||||
|
||||
$type = substr($row['ftype'], 0, 2);
|
||||
$row['tr_id'] = "{$type}_{$row['id']}";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue