mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: integrate multiple branches and warehouses with import
This commit is contained in:
@@ -18,6 +18,7 @@ export class PaymentsReceivedExportable extends Exportable {
|
||||
public exportable(tenantId: number, query: IPaymentsReceivedFilter) {
|
||||
const filterQuery = (builder) => {
|
||||
builder.withGraphFetched('entries.invoice');
|
||||
builder.withGraphFetched('branch');
|
||||
};
|
||||
|
||||
const parsedQuery = {
|
||||
|
||||
Reference in New Issue
Block a user