diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
index d67274cb..9cf59cfb 100644
--- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
+++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx
@@ -14,6 +14,7 @@ import Modal from '@/components/Modal';
import ConfirmationModalWithNotes from '@/components/modal/ConfirmationModalWithNotes';
import PurchaseOrderStaffApprovalForm from '@/components/pages/purchase/form/order/PurchaseOrderStaffApprovalForm';
import PurchaseOrderAcceptApprovalForm from '@/components/pages/purchase/form/order/PurchaseOrderAcceptApprovalForm';
+import PurchaseOrderInvoice from '@/components/pages/purchase/order/PurchaseOrderInvoice';
import { BaseGroupedApproval } from '@/types/api/api-general';
import { PURCHASE_ORDER_APPROVAL_LINE } from '@/config/approval-line';
@@ -49,17 +50,17 @@ const dummyPurchaseData: Purchase = {
supplier: {
id: 1,
name: 'PT. CHAROEN POKPHAND JAYA FARM',
- alias: '',
- pic: '',
- type: '',
- category: '',
- hatchery: '',
- phone: '',
- email: '',
- address: '-',
- npwp: '',
- account_number: '',
- due_date: 0,
+ alias: 'CP JAYA FARM',
+ pic: 'Budi Santoso',
+ type: 'Supplier',
+ category: 'Feed',
+ hatchery: 'Jawa Barat',
+ phone: '+62-22-7563850',
+ email: 'info@cp.co.id',
+ address: 'Jl. Raya Bandung - Sumedang Km. 28, Desa Cisantana, Kec. Cigendel, Kabupaten Sumedang, Jawa Barat 45363',
+ npwp: '01.938.451.6-433.000',
+ account_number: '123-456-7890',
+ due_date: 30,
balance: 0,
created_at: '2025-01-01T00:00:00Z',
updated_at: '2025-01-01T00:00:00Z',
@@ -682,27 +683,7 @@ const PurchaseOrderDetail = ({
{purchaseData.po_number &&
purchaseData.po_number !== 'Belum dibuat' ? (
-
+
) : (