fix:make sure splits synced is updated when importing

This commit is contained in:
hackerESQ
2024-11-02 12:35:23 -05:00
parent 73dd885741
commit dec253d860
+1
View File
@@ -93,6 +93,7 @@ class TransactionsSheet implements ToCollection, WithHeadingRow, WithValidation,
], [
'quantity' => 0,
'average_cost_basis' => 0,
'splits_synced_at' => now(),
]);
});
});