ADVERTISEMENT

BOC finds P5-M smuggled vegetables in Manila warehouses

Published Jan 17, 2024 05:53 am

At A Glance

  • The government seized over P5 million worth of suspected smuggled vegetables and fruits were seized in Manila warehouses.<br>This was after the complaints of Benguet local traders on poor sales of their produce even during the peak of the Christmas season which they said was caused by smuggled vegetables.<br>In the San Nicolas storage, the Customs seized imported broccoli with an estimated worth of P2 million.<br>Meanwhile, two different warehouses in Binondo yielded a combination of P3 million worth of vegetables and fruits.

Over P5 million worth of suspected smuggled vegetables and fruits were seized in warehouses in Manila following complaints of Benguet local traders on poor sales even during the peak of the Christmas season, the Bureau of Customs (BOC) reported on Wednesday.

“We hear you. That’s what we want to say to our vegetable farmers and traders. We assure you that we are going after these groups and we are being diligent in prosecuting them, so they cannot victimize our hard-working farmers again,” Customs Commissioner Bienvenido Y. Rubio said.

“This is why we are committed as ever to come after these smuggling groups—it is our farmers, our economy, and our consumers that we aim to protect with these operations,” he added.

Officials from the Customs Intelligence and Investigation Service at the Manila International Container Port (CIIS-MICP) and the  National Bureau of Investigation went to three warehouses– one in San Nicolas and two in Binondo—to implement the letters of authority.

Verne Enciso, director of BOC intelligence department, said that the team inspected the warehouses and found fresh imported broccoli worth an estimated P2 million in the San Nicolas storage.

In Binondo, they also found a warehouse along Sto. Cristo St. that contained fresh imported vegetables and fruits, among which were bell peppers, and garlic sprouts, among others, which have a combined worth of more or less P2 million.

In addition, another storage along El Cano St. also in Binondo yielded cauliflower, yam, water bamboo, lotus root, spinach, tomato, baby cabbage, crown daisy, and apple with an estimated worth of P1 million.

“These were just the initial assessment of the value of these goods. There will be a thorough inventory and inspection of the goods found to determine the exact value, so we can file the appropriate cases against the owners of the warehouses and the companies and people behind these smuggling activities,” Enciso stated.

The assigned Customs examiners will manage the inventory of the goods, and to be witnessed by agents from the intelligence department and the respective warehouse representatives.

Customs Deputy Commissioner for Intelligence Juvymax Uy reaffirmed the agency’s dedication to follow the orders of President Marcos in preventing the illegal entry of smuggled products.

“I believe I speak here for everyone when I say we are equally frustrated by reports from farmers and traders that their Christmas sales were severely impacted by smuggling. Anti-smuggling operations go through a long and rigorous process, but this process also ensures we will put these perpetrators in courts and behind bars,” he said.

The owners of the warehouses will be given 15 days to present the proper documents to clear out allegations they were storing illegally imported vegetables and fruits.

If found without proper documents, the corresponding seizure and forfeiture proceedings will be conducted against the subject shipments for violation of Sec. 1400 (misdeclaration in goods declaration) in relation to Sec. 1113 (property subject to seizure and forfeiture) of Republic Act No. 10863 known as the Customs Modernization and Tariff Act (CMTA).
 

Related Tags

Bureau of Customs smuggle Bienvenido Rubio
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.