info("Products :: Deleting Price Book - Delete from PriceBook RelatedList"); $query = "delete from vtiger_pricebookproductrel where pricebookid=? and productid=?"; $adb->pquery($query, array($return_id, $record)); } else { $log->info("Products :: Deleting Price Book"); $query = "delete from vtiger_pricebookproductrel where pricebookid=? and productid=?"; $adb->pquery($query, array($record, $return_id)); } header("Location: index.php?module=".$return_module."&action=".$return_module. "Ajax&file=$return_action&ajax=true&record=".$return_id); ?>