diff options
Diffstat (limited to 'src/lib/invoice/components/Invoice.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoice.jsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index 355f36e5..211d1ae1 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -153,14 +153,7 @@ const Invoice = ({ id }) => { <div>Purchase Order</div> <div> - :{' '} - <button - type='button' - className='inline-block text-red_r-11' - onClick={() => downloadInvoice(invoice.data)} - > - Download - </button> + : {invoice?.data?.purchaseOrderName || '-'} </div> <div>Ketentuan Pembayaran</div> |
