From 3825fa97f397f408091dccfade8c99767a1995e0 Mon Sep 17 00:00:00 2001 From: tatsuishi Date: Fri, 15 Mar 2024 15:55:08 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A8=8E=E7=8E=87=E8=A8=AD=E5=AE=9A=E6=99=82?= =?UTF-8?q?=E3=81=AB=E5=95=86=E5=93=81=E5=88=A5=E7=A8=8E=E7=8E=87=E3=82=92?= =?UTF-8?q?=E8=80=83=E6=85=AE=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Form/Type/Admin/TaxRuleType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eccube/Form/Type/Admin/TaxRuleType.php b/src/Eccube/Form/Type/Admin/TaxRuleType.php index 0499bfc32b7..3228c2877be 100644 --- a/src/Eccube/Form/Type/Admin/TaxRuleType.php +++ b/src/Eccube/Form/Type/Admin/TaxRuleType.php @@ -77,6 +77,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) $qb ->select('count(t.id)') ->where('t.apply_date = :apply_date') + ->andWhere('t.ProductClass IS NULL') ->setParameter('apply_date', $TaxRule->getApplyDate()); if ($TaxRule->getId()) {