mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: journal number increment.
This commit is contained in:
@@ -249,7 +249,11 @@ export default class ItemsController extends BaseController {
|
||||
filter.filterRoles = JSON.parse(filter.stringifiedFilterRoles);
|
||||
}
|
||||
try {
|
||||
const { items, pagination, filterMeta } = await this.itemsService.itemsList(tenantId, filter);
|
||||
const {
|
||||
items,
|
||||
pagination,
|
||||
filterMeta
|
||||
} = await this.itemsService.itemsList(tenantId, filter);
|
||||
|
||||
return res.status(200).send({
|
||||
items,
|
||||
|
||||
Reference in New Issue
Block a user