mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: adjustment item calculate quantity.
This commit is contained in:
@@ -388,3 +388,8 @@ export const getColumnWidth = (
|
||||
|
||||
return result;
|
||||
};
|
||||
|
||||
|
||||
export const toSafeNumber = (number) => {
|
||||
return _.toNumber(_.defaultTo(number, 0));
|
||||
}
|
||||
Reference in New Issue
Block a user