mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(Journal): account balance with journal entries.
This commit is contained in:
@@ -160,7 +160,7 @@ export function formattedAmount(cents, currency, props) {
|
||||
precision: 0,
|
||||
format: {
|
||||
pos: '%s%v',
|
||||
neg: '%s%v',
|
||||
neg: '%s-%v',
|
||||
zero: parsedProps.noZero ? '' : '%s%v',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user