mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Many updates to get split transactions and normal transactions working side by side.
This commit is contained in:
@@ -434,6 +434,9 @@ class TransactionJournal extends TransactionJournalSupport
|
||||
|
||||
return new TransactionJournalMeta();
|
||||
}
|
||||
if (is_string($value) && strlen($value) === 0) {
|
||||
return new TransactionJournalMeta();
|
||||
}
|
||||
|
||||
if ($value instanceof Carbon) {
|
||||
$value = $value->toW3cString();
|
||||
|
Reference in New Issue
Block a user