Fixed inverse join key select

This commit is contained in:
Enrique Martin 2024-02-08 17:33:30 +01:00
parent b9d871cbd9
commit 53964da048
1 changed files with 1 additions and 1 deletions

View File

@ -2795,7 +2795,7 @@ class Prd
$sql = sprintf(
'SELECT %s FROM %s WHERE %s',
$key,
$ref[$key]['id'],
$ref[$key]['table'],
$where
);