ADVERTISEMENT

Duterte unaware 'pastillas' scam-linked personnel not yet fired

Published Jul 29, 2021 02:35 pm

President Duterte is pushing for the dismissal of the immigration personnel implicated in the alleged "pastillas" money-making racket after learning they were merely suspended from office.

President Rodrigo Duterte delivers his sixth and final State of the Nation Address (SONA) on July 26, 2021. (Malacañang)

Presidential spokesman Harry Roque admitted that the President was unaware that the concerned immigration personnel have not yet been dismissed from service.

The President, in his State of the Nation Address (SONA) Monday, July 26, took pride of his anti-corruption efforts, including the removal of 43 immigration personnel allegedly involved in the bribery scandal.

Under the scheme, money rolled up in a paper resembling the Filipino sweet delicacy was handled to immigration personnel at the airport in exchange for easy entry of foreigners, particularly Chinese nationals, into the country.

After the President's SONA, Justice Secretary Menardo Guevarra disclosed that most of the immigration officials and employees facing complaints before the Office of the Ombudsman have actually resumed work after serving their six-month suspension.

"Siguro po obvious ang sagot hindi pa siguro alam ni presidente hindi pa sila nasisisante (The answer is probably obvious. Maybe the President is not aware that they have not yet been fired)," Roque said during a televised press briefing Thursday, July 28, when asked if the President knew about the concerned BI personnel returning to work.

"Pero siguro po ang epekto ng kanyang mga binatawang salita, 'yan po ay mandato sa DOJ , sa CID gawin ninyo lahat para masisante 'yan sa lalong mabilis na panahon (But the impact of his statement is the mandate of DOJ, CID to do everything so all of them will be dismissed as soon as possible)," he said.

READ: BI personnel back to work after suspension on ‘pastillas’ scheme; no new assignments

Roque insisted that the erring immigration personnel must be dismissed from service.

"Hindi po katanggap-tanggap 'yung ginawa nilang pastillas scheme. Kinakailangan talaga sibakin sila (The pastillas scheme they did was unacceptable. They must be really fired)," he added.

Last year, authorities filed complaints against dozens of immigration officials and personnel before the Office of the Ombudsman for alleged involvement in the pastillas scheme. The Ombudsman issued a six-month suspension against those charged.

In November 2020, the President summoned 40 immigration personnel to the Palace for a dressing down and dared them to eat the money rolled like pastillas. When he spoke about his anti-corruption drive in public speeches, he usually trumpeted about the dismissal of the BI personnel implicated in the bribery scandal as part of his campaign against corruption in government.

Last Monday, Duterte reported such anti-corruption achievement in his sixth and final address to the nation.

"Alam mo, I don’t know if you perhaps have come to know about this. I have ‘yung Pastillas sa ano sa airport ( on the pastillas scam at the airport) There were 43 personnel involved. I fired them all," Duterte said.

READ: Duterte says martial law needed to stamp out gov’t corruption

Related Tags

President Duterte dismissal bribery Office of the Ombudsman pastillas scam suspension sona Menardo Guevarra
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.