[논평] 실효성 담보 없인 ‘소급 피해지원’ 아직 신뢰 어렵다
실효성 담보 없인 ‘소급 피해지원’ 아직 신뢰 어렵다
헌법상 권리인 손실보상 소급적용 배제한 법안 강행처리 아쉬워
지원 대상 확대 등 보완 대책 뒷받침 없으면 반쪽 보상에 그칠…
use Drupal\commerce_order\Entity\Order; /** * Implements hook_preprocess_HOOK() for commerce_checkout_order_summary. */ function bootstrap_barrio_subtheme_preprocess_commerce_checkout_order_summary(&$variables) { $order = $variables['order_entity']; // 주문 엔터티 $product_ids = []; if ($order instanceof Order) { foreach ($order->getItems() as $order_item) { $purchased_entity = $order_item->getPurchasedEntity(); if ($purchased_entity && $purchased_entity->getProduct()) { $product = $purchased_entity->getProduct(); $product_ids[] = $product->id(); } } } // Twig 템플릿에서 사용할 변수 추가 $variables['product_ids'] = $product_ids; }
실효성 담보 없인 ‘소급 피해지원’ 아직 신뢰 어렵다
헌법상 권리인 손실보상 소급적용 배제한 법안 강행처리 아쉬워
지원 대상 확대 등 보완 대책 뒷받침 없으면 반쪽 보상에 그칠…
https://www.peoplepower21.org/files/attach/images/37219/343/799/001/b498... />
https://www.…
코로나19 손실보상, 핵심은 실효성 있는 피해보상이다
‘맞춤형 피해지원금’ 손실보상 대체가능한지 의문, 대상·금액 확대해야
보편적인 피해지원 필요하나 손실보상은 헌법상 의무,…