mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: item categories bulk delete.
This commit is contained in:
@@ -429,7 +429,8 @@ export default class ManualJournalsService implements IManuaLJournalsService {
|
||||
this.logger.info('[manual_journals] trying to get specific manual journal.', { tenantId, manualJournalId });
|
||||
const manualJournal = await ManualJournal.query()
|
||||
.findById(manualJournalId)
|
||||
.withGraphFetched('entries');
|
||||
.withGraphFetched('entries')
|
||||
.withGraphFetched('media');
|
||||
|
||||
return manualJournal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user