diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:55:05 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-07-31 15:55:05 +0700 |
| commit | 04961a55929017f77ee6801d2b7ada4c05689821 (patch) | |
| tree | 5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/lib/quotation/components | |
| parent | 077467cf53b46d8049df8b812577cd1a03011eba (diff) | |
<hafid> fix repeat order
Diffstat (limited to 'src/lib/quotation/components')
| -rw-r--r-- | src/lib/quotation/components/Quotationheader.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/quotation/components/Quotationheader.jsx b/src/lib/quotation/components/Quotationheader.jsx index 6551296a..a035edc7 100644 --- a/src/lib/quotation/components/Quotationheader.jsx +++ b/src/lib/quotation/components/Quotationheader.jsx @@ -243,7 +243,7 @@ const Quotationheader = (quotationCount) => { Status : </p> <p className='badge-yellow h-fit text-xs whitespace-nowrap'> - Pesanan Diterima + Pesanan Diproses </p> </div> </div> |
