mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 12:45:20 +00:00
Update meta files for new release.
This commit is contained in:
@@ -33,9 +33,16 @@ export function createEmptySplit() {
|
||||
let formatted = format(now, 'yyyy-MM-dd HH:mm');
|
||||
return {
|
||||
description: '',
|
||||
|
||||
// amount information:
|
||||
amount: '',
|
||||
currency_code: 'EUR',
|
||||
|
||||
// source and destination
|
||||
source_account: getAccount(),
|
||||
destination_account: getAccount(),
|
||||
|
||||
// date and time
|
||||
date: formatted
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user