mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: the auto-increment of transactions.
This commit is contained in:
@@ -21,6 +21,9 @@ const commonInvalidateQueries = (client) => {
|
||||
client.invalidateQueries(t.ACCOUNTS);
|
||||
client.invalidateQueries(t.ACCOUNT);
|
||||
|
||||
// Invalidate settings.
|
||||
client.invalidateQueries([t.SETTING, t.SETTING_MANUAL_JOURNALS]);
|
||||
|
||||
// Invalidate financial reports.
|
||||
client.invalidateQueries(t.FINANCIAL_REPORT);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user