ADVERTISEMENT

Bersamin to IBP: SC has power to discipline erring lawyers

Published Jul 24, 2019 03:18 pm
By Rey Panaligan  Chief Justice Lucas P. Bersamin has reminded the Integrated Bar of the Philippines (IBP) that while it is an autonomous organization, its member-lawyers are subject to discipline by the Supreme Court (SC). Chief Justice Lucas P. Bersamin bids farewell today to his colleagues, officials, and employees in the Supreme Court. (Supreme Court Public Information Office / MANILA BULLETIN) Chief Justice Lucas P. Bersamin (Supreme Court Public Information Office / FILE PHOTO / MANILA BULLETIN) "We respect your autonomy but you will have to remember that you are not entirely independent of the Supreme Court," Bersamin told IBP officers during their oathtaking ceremony at the SC last Tuesday. "Your discipline will always be based on the merits of the case. We will not punish you without any justification, you can be assured of that," the Chief Justice stressed. There is a committee within IBP that investigates complaints against lawyers and recommends sanctions, but it is still the SC that has the final say. Under the Code of Professional Responsibility and the Rules of Court, a lawyer is considered an officer of the court. Lately, the SC had come out with decisions that either suspend lawyers from the practice of law or disbarred them by deleting their names from the Roll of Attorneys. The IBP is the national organization of lawyers with more than 40,000 members to date. It was set up as an official organization for the legal profession by Republic Act No. 6397 enacted in September 1971. Thereafter, the IBP was constituted into a corporate body in 1973 through Presidential Decree No. 181. Those who took their oaths of office before Bersamin were national president Domingo Egon Q. Cayosa and governors Burt M. Estrada, Eastern Mindanao; Doroteo Lorenzo B. Aguila, Northern Luzon; Baby Ruth F. Torre, Central Luzon; Eleazar S. Calasan, Greater Manila; Eric C. Alajar, Southern Luzon; Gil G. Taway IV, Bicolandia; James Jayson J. Jorvina, Eastern Visayas; Gina H. Mirano Jesena, Western Visayas; and Cristy Joy S. Sollesta, Western Minadano. Thereafter, the IBP had its inaugural dinner at the historic landmark Manila Hotel. During the dinner, Bersamin called the IBP members as “foot soldiers of the Constitution, sentinels of democracy, engineers of commerce, field levelers/ neutralizers, healers of the body politic, bridge builders, educators, and advocates.” He rallied them to help “elevate the standards of legal profession, improve the administration of justice, and enable the Bar to discharge its public responsibility more effectively.” “For so long as every member of the Bar is guided by the Code of Professional Responsibility, the practice of law will continue to be a noble profession—this is its strength and its greatness.” Bersamin stressed. Lately, the IBP had been dragged into controversies. Two of these involved the petition for a Writ of Kalikasan on the West Philippine Sea (WPS) purportedly filed by fishermen before the SC. The IBP had to withdraw the petition in behalf of several fishermen and its appearance as counsel for the other petitioners after Solicitor General Jose C. Calida manifested before the SC that several fishermen were deceived into filing the petition. The SC has yet to act on the IBP’s motion. The second incident involved the press conference at the IBP headquarters in Pasig City by Peter Advincula, who confessed as the “Bikoy” in the “Ang Totoong Narco List” videos that accused President Duterte’s family and allies in the illegal drugs trade. Advincula has recanted his statements and pointed to the opposition as behind the alleged plot to oust the President. IBP national president Cayosa stressed that the IBP is apolitical. He said the IBP has conducted an investigation into Advincula’s press conference but he refused to give details. “We cannot share this to the media. We don't do these things for media consumption but to find out the truth," he said. "I was not involved in that press conference. I don't know the details and the background so I cannot comment. I don't know ‘Bikoy’ so I cannot comment on what he said and whom he knows," he added. Advincula’s press conference at the IBP headquarters happened during the time of the now former president Vicente Joyas. On the Writ of Kalikasan case, Cayosa begged off any comment because of the gag order issued by the SC.
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.