mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(Currency Code): add the missing the currency codes.
This commit is contained in:
@@ -9,6 +9,7 @@ export interface IManualJournal {
|
||||
journalType: string;
|
||||
reference: string;
|
||||
amount: number;
|
||||
currencyCode: string;
|
||||
publishedAt: Date | null;
|
||||
description: string;
|
||||
userId: number;
|
||||
|
||||
Reference in New Issue
Block a user