mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
WIP Make journal entries page.
This commit is contained in:
@@ -15,7 +15,7 @@ const MoneyFieldCellRenderer = ({
|
||||
}, []);
|
||||
|
||||
const onBlur = () => {
|
||||
payload.updateData(index, id, value)
|
||||
payload.updateData(index, id, parseFloat(value));
|
||||
};
|
||||
|
||||
return (<MoneyInputGroup
|
||||
|
||||
Reference in New Issue
Block a user