Skip to content

Commit 52b4e26

Browse files
author
Mohamed Abdallah
committed
fix by removing unwanted searching
1 parent 441bbf3 commit 52b4e26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Popup.php

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@
203203
$where_relquery.=' and vtiger_products.discontinued <> 0';
204204
} else {
205205
$crmalias = CRMEntity::getcrmEntityTableAlias('ProductComponent');
206-
$result = $adb->pquery("SELECT presence FROM `vtiger_tab` WHERE `name` = ? AND `presence` = ?", array('ProductComponent', 1));
207206
if (!vtlib_isModuleActive('ProductComponent')) {
208207
$where_relquery.=" and vtiger_products.discontinued<>0";
209208
} else {

0 commit comments

Comments
 (0)