mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: design flow of writing invoice journal entries.
This commit is contained in:
@@ -19,7 +19,7 @@ export default class JournalPosterService {
|
||||
tenantId: number,
|
||||
referenceId: number|number[],
|
||||
referenceType: string
|
||||
) {
|
||||
): Promise<void> {
|
||||
const journal = new JournalPoster(tenantId);
|
||||
const journalCommand = new JournalCommands(journal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user