mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
Merge branch 'master' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -76,4 +76,17 @@ export function toggleARAgingSummaryFilterDrawer(toggle) {
|
||||
toggle,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Toggles display of the AP aging summary filter drawer.
|
||||
* @param {boolean} toggle -
|
||||
*/
|
||||
export function toggleAPAgingSummaryFilterDrawer(toggle) {
|
||||
return {
|
||||
type: `${t.AP_AGING_SUMMARY}/${t.DISPLAY_FILTER_DRAWER_TOGGLE}`,
|
||||
payload: {
|
||||
toggle,
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user