mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: code review notes
This commit is contained in:
@@ -68,7 +68,7 @@ export const useVendorsTransactionsCsvExport = (query, args) => {
|
||||
*/
|
||||
export function useTransactionsByVendorsPdf(query = {}) {
|
||||
return useRequestPdf({
|
||||
url: `/api/financial_statements/transactions-by-vendors`,
|
||||
url: `financial_statements/transactions-by-vendors`,
|
||||
params: query,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user