feat(redirect via aptmnt page) - added claim button feature
This commit is contained in:
@@ -665,7 +665,7 @@ export default function AppointmentsPage() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleClaimsPreAuth = (appointmentId: number) => {
|
const handleClaimsPreAuth = (appointmentId: number) => {
|
||||||
console.log(`Opening Claims/PreAuth for appointment: ${appointmentId}`);
|
setLocation(`/claims?appointmentId=${appointmentId}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handlePayments = (appointmentId: number) => {
|
const handlePayments = (appointmentId: number) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user