ADVERTISEMENT

Cops catch restobar in multiple quarantine violations, recommend its shutdown

Published Jul 18, 2020 07:32 pm

A restobar  in Novaliches, Quezon City (QC) was caught violating multiple quarantine protocols in an operation that led to the apprehension of 10 employees and 19 customers, including a minor, on Friday evening (July 17).

(QC Task Force Disiplina/MANILA BULLETIN)

Rannie Ludovica, head of QC Task Force Disiplina, said the apprehended individuals were turned over to the police following the operation and underwent online inquest proceedings.

He added that his office will also recommend a closure order against the establishment on Monday (July 20

According to Ludovica, several personnel from his office and from the QC Police District launched an operation after he received a report from a concerned citizen that Karosa Restobar on Quirino Avenue "was operating without observing health protocols."

"So nag-dispatch ako ng team na sinurveillance namin at nagpanggap na customer doon sa restobar (So I dispatched a team to conduct surveillance while posing as a customer there)," he said in a phone interview. "Supposed to be kasi, under our city ordinance, 'yung 'enabling localized quarantine' na ordinansa ng Quezon City, eh bawal pa sila (Supposedly, under our city ordinance, the 'enabling localized quarantine' ordinance of Quezon City, they are not allowed to operate yet)."

Ludovica said they found that the establishment was operating as a bar and not as a restaurant, which is still prohibited in areas under general community quarantine (GCQ).

"Nakita namin, ang mga order, walang pagkain, puro beer at saka pulutan. So talagang nag-o-operate sila as a bar (We saw that the orders weren't food, just beer and snacks. So, they really were operating as a bar)," he said.

Ludovico added that not only were the establishment's staff not wearing protective gear such as face masks and gloves, the restobar also committed the violation of accepting minors.

"Nagpapasok sila ng minor, merong 17 years old at merong 19. Yung 19, violation na naman 'yun sa guidelines natin sa GCQ (They accepted minors, aged 17 and 19, which is a violation of our local guidelines under GCQ)," he said, referring to the city's ordinance which prohibits the selling of alcoholic beverages to those belowe 21 years old.

"Pero 'yung minor, 'yun 'yung mabigat. Seventeen years old 'yun na umiinom ng alcohol. Serving alcohol sa minor ay matinding violation (About the minor, that's more serious. That was a 17-year-old drinking alcohol. Serving alcohol to a minor is a severe violation)," he added.

Ludovico said the owner of the restobar remains at large, although their name has been included among those who have been charged.

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.