You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hooks/useSearchBulkActions.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -535,9 +535,10 @@ function useSearchBulkActions({queryJSON}: UseSearchBulkActionsParams) {
535
535
[selectedTransactions],
536
536
);
537
537
538
-
// A bulk selection can span several workspaces, so the Canadian Multiple Tax Export template is only offered when every selected item belongs to a workspace that outputs in CAD
538
+
// A bulk selection can span several workspaces, so the Canadian Multiple Tax Export template is only offered when every selected item belongs to a workspace that outputs in CAD.
539
+
// Reports and transactions are both checked because a selection can mix whole reports with individual transactions from other reports, and the export request covers all of them.
0 commit comments