diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-11 16:06:01 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-11 16:06:01 +0700 |
| commit | 584e3fd7f4d33992046557ba18ee8eeac993e650 (patch) | |
| tree | 31a7b3583fd41058d75f46efb66fb40087347e3a /src/lib/transaction | |
| parent | 3428180259f72c47e88712af6d2ce44d8a82988b (diff) | |
| parent | fdd6902a19ee050d97937252ef70bafa8fbe44d9 (diff) | |
Merge branch 'CR/barang-readyStock' into CR/new_product_detail
Diffstat (limited to 'src/lib/transaction')
| -rw-r--r-- | src/lib/transaction/components/Transaction.jsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/transaction/components/Transaction.jsx b/src/lib/transaction/components/Transaction.jsx index 4d401037..d001c7f4 100644 --- a/src/lib/transaction/components/Transaction.jsx +++ b/src/lib/transaction/components/Transaction.jsx @@ -778,6 +778,10 @@ const Transaction = ({ id }) => { ? `| ${product?.attributes.join(', ')}` : ''} </div> + <div className='text-[10px] text-red-500 italic mt-2'> + {product.availableQuantity} barang ini bisa di + pickup maksimal pukul 16.00 + </div> </div> </td> {/* <td> @@ -879,7 +883,7 @@ const Transaction = ({ id }) => { </div> </div> </div> - )} + )} {transaction?.data?.productsRejectLine.length > 0 && ( <div className='text-h-sm font-semibold mt-10 mb-4'> |
