fix invoice number
This commit is contained in:
@@ -80,7 +80,7 @@ export class RequestRepository extends EntityRepository<Request> {
|
||||
limit,
|
||||
offset,
|
||||
orderBy: { [orderBy]: order.toLowerCase() as 'asc' | 'desc' },
|
||||
populate: ['items', 'items.product', 'user'],
|
||||
populate: ['items', 'items.product', 'user','invoices'],
|
||||
});
|
||||
|
||||
const totalPages = Math.ceil(total / limit);
|
||||
|
||||
Reference in New Issue
Block a user