Merge pull request #2 from investbrainapp/dev
fix:make sure splits synced is updated when importing
This commit is contained in:
@@ -93,6 +93,7 @@ class TransactionsSheet implements ToCollection, WithHeadingRow, WithValidation,
|
|||||||
], [
|
], [
|
||||||
'quantity' => 0,
|
'quantity' => 0,
|
||||||
'average_cost_basis' => 0,
|
'average_cost_basis' => 0,
|
||||||
|
'splits_synced_at' => now(),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user