mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -78,6 +78,7 @@ trait AccountServiceTrait
|
||||
// not set, so false.
|
||||
return false;
|
||||
}
|
||||
|
||||
// if is set, but is empty:
|
||||
return (array_key_exists('opening_balance', $data) && '' === $data['opening_balance'])
|
||||
|| (array_key_exists('opening_balance_date', $data) && '' === $data['opening_balance_date']);
|
||||
|
||||
Reference in New Issue
Block a user