break;
             case $hn_stat:
                 $value = $bo->drawStatusIcon('bookstat-' . $bo->id, 'bookstat', 'margin:0 auto;');
                 break;
             default:
                 $value = ' ';
         }
         $td[$k] = $value;
     }
     $table_data[] = $td;
 }
 $result .= tep_draw_table('', $table_data);
 $result .= '<h3 style="margin:10px 0 20px 0">';
 $result .= '<a href="?open=products-stock-booking-active&amp;hidemenu=true" class="view_webpage">&raquo; Click here to see overview of all Active Bookings</a>';
 $result .= '</h3>';
 $overlap_products = stock_booking::getBookedQuantityOverlap(WAREHOUSE_ID_PRODUCTS_HAMBURG);
 if (count($overlap_products) == 0) {
     $result .= '<h3>No Overlap Products found in Active Booking Order';
 } else {
     use_class('products_minierp');
     use_class('products_articles');
     $class_pm = new products_minierp();
     $class_pa = new products_articles();
     $hn_no = 'No';
     $hn_prod = 'Product';
     $hn_arts = 'Articles';
     $hn_name = 'Overlapping Orders';
     $hn_book = 'Total<br />Booked';
     $hn_stock = 'Stock';
     $header = array();
     $header['0 id'] = $hn_no;