mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix(Journals): sync posting datetime with jorunal entries.
This commit is contained in:
@@ -21,6 +21,9 @@ export default class WriteInvoicesJournalEntries {
|
||||
agenda.on(`complete:${eventName}`, this.onJobCompleted.bind(this));
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle the job execuation.
|
||||
*/
|
||||
public async handler(job, done: Function): Promise<void> {
|
||||
const Logger = Container.get('logger');
|
||||
const { startingDate, tenantId } = job.attrs.data;
|
||||
|
||||
Reference in New Issue
Block a user