mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: Attachment files system.
This commit is contained in:
@@ -180,7 +180,7 @@ export default class JournalPoster {
|
||||
|
||||
async deleteEntries() {
|
||||
if (this.deletedEntriesIds.length > 0) {
|
||||
await AccountTransaction.query()
|
||||
await AccountTransaction.tenant().query()
|
||||
.whereIn('id', this.deletedEntriesIds)
|
||||
.delete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user