mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
refactor(nestjs): import module
This commit is contained in:
@@ -59,8 +59,8 @@ export class BillPaymentsApplication {
|
||||
/**
|
||||
* Retrieves bill payments list.
|
||||
*/
|
||||
public getBillPayments(filterDTO: IBillPaymentsFilter) {
|
||||
return this.getBillPaymentsService.getBillPayments(filterDTO);
|
||||
public getBillPayments() {
|
||||
// return this.getBillPaymentsService.getBillPayments(filterDTO);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,7 +19,7 @@ export class BillPaymentsExportable extends Exportable {
|
||||
* @param {number} tenantId
|
||||
* @returns
|
||||
*/
|
||||
public exportable(query: any) {
|
||||
public async exportable(query: any) {
|
||||
const filterQuery = (builder) => {
|
||||
builder.withGraphFetched('entries.bill');
|
||||
builder.withGraphFetched('branch');
|
||||
|
||||
Reference in New Issue
Block a user