mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
fix(FE): fix report debt supplier filters date type
This commit is contained in:
@@ -40,7 +40,7 @@ export class FinanceApiService extends BaseApiService<
|
||||
|
||||
async getDebtSupplierReport(
|
||||
supplier_ids?: string,
|
||||
filter_by?: 'do_date',
|
||||
filter_by?: string,
|
||||
start_date?: string,
|
||||
end_date?: string,
|
||||
page?: number,
|
||||
|
||||
Reference in New Issue
Block a user