|
|
|
@ -24,7 +24,7 @@ const InvoicePaid = props => {
|
|
|
|
|
const showTotal = total => `Total ${total} items`;
|
|
|
|
|
const showTotal_detail = total => `Total ${total} items`;
|
|
|
|
|
useEffect(() => {
|
|
|
|
|
//fetchInvoicePaid(travelAgencyId, "", dayjs().subtract(2, "M").startOf("M").format(DATE_FORMAT), dayjs().endOf("M").format(DATE_FORMAT));
|
|
|
|
|
// fetchInvoicePaid(travelAgencyId, "", dayjs().subtract(2, "M").startOf("M").format(DATE_FORMAT), dayjs().endOf("M").format(DATE_FORMAT));
|
|
|
|
|
}, []);
|
|
|
|
|
|
|
|
|
|
const invoicePaidColumns = [
|
|
|
|
|