ADVERTISEMENT

PBBM orders return of Army captain blinded in action back to service, promotes him to major

Published Dec 1, 2025 05:40 pm
President Ferdinand R. Marcos Jr. (Bongbong Marcos Facebook)
President Ferdinand R. Marcos Jr. (Bongbong Marcos Facebook)
President Marcos gave an on-the-spot promotion to an Army officer, who was blinded in a bomb explosion, and reversed a military policy that would have discharged him from military service.
In a video message on Monday, Dec. 1, Marcos announced the cancellation of Philippine Army Captain Jerome Jacuba's Complete Disability Discharge (CDD), a status granted to military personnel separated or retired from service due to physical or mental disability.
Marcos said he made the decision after seeing the video of the blinded Jacuba, with his daughter by side, signing off from 15 years of service due to his injury.
The President said Jacuba lost his vision when he was hit by a bomb while on duty. After getting injured, he was granted CDD, which meant he could no longer serve in the military because he is no longer fit for combat operations.
In Jacuba's video, he proudly said he did not have any regret losing his sight because he had done so in the service of his country. And if given a chance to regain his sight, he would readily give this for this country.
By his side was his young daughter as Jacuba said he was going to return to caring for his family after his discharged from the military.
Marcos found the circumstances that befell him as unfair, and not fit for an honorable soldier like Jacuba.
"Noong nakita ko yung video niya at pinag-isipan ko yung mga nangyari sa kanya, ay parang hindi tama. Dahil ito ay isang opisyal na itinaya na nga niya ang buhay niya para sa duty niya para ipagtanggol ang Pilipinas, at dahil sa ganyan ay basta't bibitawan na lang natin. Hindi naman yata makatarungan ‘yan (When I saw his video and thought about what happened to him, it seemed wrong. Because he officially risked his life for his duty to defend the Philippines, and just because of that, we would simply let it go. That doesn’t seem fair)," Marcos stressed.
"Kaya binigyan ko ng instruction ang ating Chief of Staff na isuspende na yung CDD ni Captain Jacuba. Bukod pa doon, ay dapat bigyan siya ng promotion dahil sa katapangan niya at gawin na siyang major (So I gave instructions to our Chief of Staff to suspend Captain Jacuba’s CDD. In addition to that, he should be given a promotion for his bravery and be made a major)," he stressed.
"At maghanap tayo ng mga iba't ibang posisyon na puwede pa naman siya yung ating mga tinatawag na the major adaptive duties. Kasi kahit nabulag na po, marami pa ring duty na puwedeng gawin ng isang sundalo, lalong-lalo na sa isang sundalo na may 15 years na experience. Maraming maidadagdag at maitutulong sa atin ‘yan (And let’s look for different positions that he can still take on, what we call the major adaptive duties. Because even if he has somewhat lost his sight, there are still many duties a soldier can perform, especially a soldier with 15 years of experience. That can add a lot and be very helpful to us)," Marcos further said.
The case of Jacuba prompted the President to order the Department of National Defense (DND) to revisit the existing CDD policy, suggesting to give other duties to injured soldiers during operations, rather than retiring them.
"In-instruction ko rin ang ating Secretary of National Defense na pag-aralan ulit itong polisiya natin para hindi naman mangyari ulit ito na ang isang sundalo natin na nasaktan dahil sa sakripisyo niya, dahil ginagawa niya ang duty niya para ipagtanggol ang Pilipinas, ay basta pagka nasaktan, ay basta bibitawan na lang natin (I have also instructed our Secretary of National Defense to review this policy so that what happened does not happen again—where one of our soldiers was injured because of his sacrifice, because he was performing his duty to defend the Philippines, and yet, when he got hurt, he would just be left behind)," Marcos said.
"Hindi naman tama yun. Kaya gagawa po tayo ng bagong polisiya sa CDD sa lalong madaling panahon (That is not right. That is why we will create a new policy on CDD as soon as possible)," Marcos added.
The President said the move is for all soldiers who get injured while on duty, stressing that "their injuries should not stop us from continuing to recognize their bravery and their sacrifice."

Related Tags

President Marcos DND Captain Jerome Jacuba Complete Disability Discharge
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.