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