diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-28 09:22:13 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-03-28 09:22:13 +0700 |
| commit | 8ca9069251873e87338f1c7f581b418bebb11e9a (patch) | |
| tree | 12e651361cb667c768961932a99d0a253ffee4e7 /src/lib/invoice/components/Invoice.jsx | |
| parent | fd2a6bcf2f17a6dbcbfb3ca04ebf2c4d66d43437 (diff) | |
| parent | a040418bdddd5fcaf8a8d67e0a66ea92fd16ee24 (diff) | |
Merge branch 'master' of https://bitbucket.org/altafixco/next-indoteknik
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> |
