diff --git a/frontend/dashboard/src/pages/Report/Prescription/List.tsx b/frontend/dashboard/src/pages/Report/Prescription/List.tsx
index 9cfe6b1f..a889e3b5 100755
--- a/frontend/dashboard/src/pages/Report/Prescription/List.tsx
+++ b/frontend/dashboard/src/pages/Report/Prescription/List.tsx
@@ -337,6 +337,8 @@ export default function List() {
{row.date_consultation ? fDateTime(row.date_consultation) : '-'}
{row.patient_name ?? '-'}
{row.doctor_name ?? '-'}
+ {row.apotek_name ?? '-'}
+ {row.price_delivery ?? '-'}
{row.status_prescription ?? '-'}
{/*
@@ -543,6 +545,12 @@ export default function List() {
Doctor
+
+ Nama Apotek
+
+
+ Harga Ongkos Kirim
+
Status