mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Update token in quotareport
This commit is contained in:
@@ -270,7 +270,7 @@ if ($questionnaire_id)
|
|||||||
JOIN `sample` as sam ON (c.sample_id = sam.sample_id AND sam.import_id = '$sample_import_id')
|
JOIN `sample` as sam ON (c.sample_id = sam.sample_id AND sam.import_id = '$sample_import_id')
|
||||||
WHERE ".implode(' AND ',$sqlq)." "."
|
WHERE ".implode(' AND ',$sqlq)." "."
|
||||||
AND submitdate IS NOT NULL
|
AND submitdate IS NOT NULL
|
||||||
AND s.token = c.case_id";
|
AND s.token = c.token";
|
||||||
|
|
||||||
$rs = $db->GetRow($sql);
|
$rs = $db->GetRow($sql);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user