fix bg-script
This commit is contained in:
parent
d83f4e0e34
commit
ac8f633c40
@ -329,7 +329,7 @@ foreach ($arr_total_products as $product) {
|
||||
$compound_data = $compound_query->Results;
|
||||
$ref_id = 0;
|
||||
|
||||
if (count($compound_data) > 0 && !empty($trim_cas_val) && $trim_cas_val != "-" && $trim_cas_val != "") {
|
||||
if (count($analysis_data) > 0 && $trim_cas_val != "" && $trim_cas_val != "-") {
|
||||
|
||||
$ref_id = $compound_data[0]['idcompoundsvocabulary'];
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user