We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441bbf3 commit 52b4e26Copy full SHA for 52b4e26
Popup.php
@@ -203,7 +203,6 @@
203
$where_relquery.=' and vtiger_products.discontinued <> 0';
204
} else {
205
$crmalias = CRMEntity::getcrmEntityTableAlias('ProductComponent');
206
- $result = $adb->pquery("SELECT presence FROM `vtiger_tab` WHERE `name` = ? AND `presence` = ?", array('ProductComponent', 1));
207
if (!vtlib_isModuleActive('ProductComponent')) {
208
$where_relquery.=" and vtiger_products.discontinued<>0";
209
0 commit comments