mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: code review notes
This commit is contained in:
@@ -233,9 +233,10 @@ export function usePaymentReceiveSMSDetail(
|
||||
|
||||
/**
|
||||
* Retrieve the payment receive pdf document data.
|
||||
* @param {number} paymentReceiveId - Payment receive id.
|
||||
*/
|
||||
export function usePdfPaymentReceive(paymentReceiveId) {
|
||||
return useRequestPdf(`sales/payment_receives/${paymentReceiveId}`);
|
||||
return useRequestPdf({ url: `sales/payment_receives/${paymentReceiveId}` });
|
||||
}
|
||||
|
||||
export function useSendPaymentReceiveMail(props) {
|
||||
|
||||
Reference in New Issue
Block a user