mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(Journals): sync posting datetime with jorunal entries.
This commit is contained in:
@@ -313,7 +313,16 @@ export const parseBoolean = <T>(value: any, defaultValue: T): T | boolean => {
|
||||
return booleanValuesRepresentingTrue.indexOf(normalizedValue) !== -1;
|
||||
};
|
||||
|
||||
var increment = (n) => {
|
||||
return () => {
|
||||
n += 1;
|
||||
return n;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
export {
|
||||
increment,
|
||||
hashPassword,
|
||||
origin,
|
||||
dateRangeCollection,
|
||||
|
||||
Reference in New Issue
Block a user