ADVERTISEMENT

VP Sara trial continues Tuesday with 2 AFP officers as witnesses

Published Aug 31, 2026 01:54 pm

At A Glance

  • Colonels Boransing and Panopio are set to testify Sept. 1 on military certifications tied to DepEd's use of P112.5 million in confidential funds, including Youth Leadership Summits.
  • Prosecutors may also call Michael Poa, Duterte's former DepEd chief of staff and now defense lawyer, as a hostile witness if the AFP officers fail to appear.
  • The testimonies aim to clarify how DepEd used military certifications to answer COA audit findings on confidential fund expenditures during Duterte's tenure as education secretary.
Vice President Sara Duterte (PPAB)
Vice President Sara Duterte (PPAB)


Two Armed Forces of the Philippines (AFP) officers are expected to take the witness stand Tuesday, Sept. 1 during day 20 of Vice President Sara Duterte's Senate impeachment trial, as the prosecutors try to expose details of the alleged misuse of P112.5 million in Department of Education (DepEd) confidential funds.
Colonels Manaros Boransing II and Magtangol Panopio are scheduled to testify before the Senate impeachment court on military certifications that DepEd used in responding to Commission on Audit (COA) findings on its confidential fund expenditures.
The certifications are significant to the prosecution because they were linked to activities cited by DepEd in accounting for its confidential funds, including Youth Leadership Summits (YLS).
Respondent Duterte was the concurrent DepEd secretary from 2022 to 2024.
During a House panel investigation in 2024, military officers whose certifications were obtained by DepEd testified that their units did not receive DepEd confidential funds for the activities covered by the documents.
House impeachment team adviser and spokesperson Robert Ace Barbers said the prosecution intends to establish the circumstances surrounding the certifications and how they came to be used in answering audit questions on public funds.
The issue involves P15 million in DepEd confidential funds that was linked in House proceedings to YLS conducted by military units.
Boransing was originally scheduled to testify last Wednesday, Aug. 26, but sought the postponement of his appearance because he needed to coordinate with his military superiors before leaving his post.
The court's presiding officer, Senator Francis “Chiz” Escudero granted the request, citing the “exigencies of his position” as commanding officer of the AFP's Task Force Zamboanga, and reset his appearance to Sept. 1.
Panopio is also scheduled to testify Tuesday.
The two officers are among the witnesses called by the prosecution after former DepEd special disbursing officer (SDO) Edward Fajarda, who had been lined up as a hostile witness, became temporarily unavailable because of his reported medical condition.
Fajarda remains on the prosecution’s witness list, with Sept. 7 earlier reserved for his possible testimony, subject to his condition and an assessment by the Senate Medical and Dental Bureau.
The prosecution had also sought the testimony of retired Maj. Gen. Adonis Bajao but later dispensed with him as a witness after difficulties in serving a subpoena because his address could not be established.
The Vice President has never attended the proceedings. 
Michael Poa
Tuesday’s hearing could also put one of Duterte’s own lawyers on the witness stand.
Michael Poa, Duterte’s former DepEd chief of staff and spokesperson who is now a member of her impeachment defense team, is formally scheduled to testify for the prosecution on Wednesday. Escudero, however, said Poa could be called as early as Tuesday if either Boransing or Panopio fails to appear.
“Given that Atty. Poa is here and more than willing to testify, as intimated earlier, then we jump to Atty. Poa, should the other earlier two witnesses fail to appear on Sept. 1, without need of issuing a subpoena to Atty. Poa,” Escudero said during last week’s hearing.
The prosecution has said it will ask the impeachment court to declare Poa a hostile witness because he is now part of Duterte’s defense team.
Poa served as Duterte’s chief of staff and spokesperson when she was education secretary and was involved in DepEd’s response to COA findings concerning its confidential funds.
He also had a role in obtaining and submitting the military certifications and was previously identified in House proceedings as having material information on the preparation of accomplishment reports involving DepEd confidential fund expenditures.
If the impeachment court grants the prosecution’s request, Poa would become the third witness declared hostile in the confidential fund misuse charge against Duterte.

Related Tags

AFP Sara Duterte impeachment Witnesses confidential funds DepEd
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; } }

{{ static_articles_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.