mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
hotfix: editing sales and expense transactions don't reflect GL entries
This commit is contained in:
@@ -24,6 +24,9 @@ const commonInvalidateQueries = (client) => {
|
||||
// Invalidate financial reports.
|
||||
client.invalidateQueries(t.FINANCIAL_REPORT);
|
||||
|
||||
// Invalidate transactions by reference.
|
||||
client.invalidateQueries(t.TRANSACTIONS_BY_REFERENCE);
|
||||
|
||||
// Invalidate customers.
|
||||
client.invalidateQueries(t.CUSTOMERS);
|
||||
client.invalidateQueries(t.CUSTOMER);
|
||||
|
||||
Reference in New Issue
Block a user