mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: journal number increment.
This commit is contained in:
@@ -273,4 +273,8 @@ export const transformToObject = (arr, key) => {
|
||||
|
||||
export const itemsStartWith = (items, char) => {
|
||||
return items.filter((item) => item.indexOf(char) === 0);
|
||||
};
|
||||
};
|
||||
|
||||
export const saveInvoke = (func, ...rest) => {
|
||||
return func && func(...rest);
|
||||
}
|
||||
Reference in New Issue
Block a user