- added filter by user and by supplier for export
This commit is contained in:
parent
9c2143d214
commit
808e41b391
|
@ -2567,7 +2567,7 @@ export class TransactionService {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (supplier) {
|
if (supplier != 'all') {
|
||||||
baseQuery.andWhere(
|
baseQuery.andWhere(
|
||||||
'supplier.id = :supplierId',
|
'supplier.id = :supplierId',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user