🤖 Auto commit for release 'develop' on 2025-11-26

This commit is contained in:
JC5
2025-11-26 18:43:50 +01:00
parent 3603ef1cc7
commit 8722d264dc
4 changed files with 40 additions and 39 deletions

View File

@@ -75,7 +75,7 @@ class CreateController extends Controller
$subTitleIcon = 'fa-plus';
$request->old('_token');
$preFilled = $request->old();
if(!array_key_exists('transaction_currency_id', $preFilled)) {
if (!array_key_exists('transaction_currency_id', $preFilled)) {
$preFilled['transaction_currency_id'] = $this->primaryCurrency->id;
}