Skip to content

Commit

Permalink
税率設定時に商品別税率を考慮していないのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuishi committed Mar 22, 2024
1 parent 20e9b91 commit 3825fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eccube/Form/Type/Admin/TaxRuleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 3825fa9

Please sign in to comment.