Skip to content

Commit

Permalink
Remove left over comment
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nfourtythree committed Nov 19, 2024
1 parent c78e4e1 commit 81e1813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/elements/db/OrderQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,6 @@ protected function beforePrepare(): bool
}

if (isset($this->reference) && $this->reference) {
// $this->subQuery->andWhere(['commerce_orders.reference' => $this->reference]);
$this->subQuery->andWhere(Db::parseParam('commerce_orders.reference', $this->reference));
}

Expand Down

0 comments on commit 81e1813

Please sign in to comment.