@@ -149,7 +149,7 @@ |
||
| 149 | 149 | */ |
| 150 | 150 | public function addInvoiceFilterByCurrencyCode(string $currency = '') |
| 151 | 151 | { |
| 152 | - $currency = !isset($currency) ?:$this->getCurrency(); |
|
| 152 | + $currency = !isset($currency) ?: $this->getCurrency(); |
|
| 153 | 153 | |
| 154 | 154 | $this->invoice_search_filters['currency_code'] = $currency; |
| 155 | 155 | |