diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
index afc2dfcb..722bb0fa 100644
--- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
+++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
@@ -775,26 +775,32 @@ const PurchaseOrderDetail = ({
wrapper: 'w-full mt-8',
}}
>
-
-
-
- data={goodsReceiptItems}
- columns={goodsReceiptColumns}
- isLoading={false}
- className={{
- containerClassName: 'm-0',
- tableWrapperClassName: 'overflow-x-auto',
- tableClassName: 'w-full table-auto',
- headerRowClassName: 'bg-gray-50 border-b border-gray-200',
- headerColumnClassName:
- 'px-4 py-3 text-sm font-semibold text-gray-700 text-left whitespace-nowrap',
- bodyRowClassName:
- 'border-b border-gray-100 hover:bg-gray-50 transition-colors',
- bodyColumnClassName:
- 'px-4 py-3 text-sm text-gray-900 whitespace-nowrap',
- paginationClassName: 'hidden',
- }}
- />
+ {/* Detail Penerimaan Barang Section */}
+
+
+ Informasi Penerimaan Barang
+
+
+
+
+ data={goodsReceiptItems}
+ columns={goodsReceiptColumns}
+ isLoading={false}
+ className={{
+ containerClassName: 'm-0',
+ tableWrapperClassName: 'overflow-x-auto',
+ tableClassName: 'w-full table-auto',
+ headerRowClassName: 'bg-gray-50 border-b border-gray-200',
+ headerColumnClassName:
+ 'px-4 py-3 text-sm font-semibold text-gray-700 text-left whitespace-nowrap',
+ bodyRowClassName:
+ 'border-b border-gray-100 hover:bg-gray-50 transition-colors',
+ bodyColumnClassName:
+ 'px-4 py-3 text-sm text-gray-900 whitespace-nowrap',
+ paginationClassName: 'hidden',
+ }}
+ />
+