diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-08-01 09:48:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-08-01 09:48:53 +0700 |
| commit | 8cabf8a4dbbaee60d87c88eb0eb07c57c02b9144 (patch) | |
| tree | 393e485a646264cbf1fb9f5deee4e442a0c6c8a7 /src/lib/transaction | |
| parent | 280fe4430b8a78df7bffde5b00c2784434ed0e6a (diff) | |
<hafid> get all data
Diffstat (limited to 'src/lib/transaction')
| -rw-r--r-- | src/lib/transaction/components/Transactions.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/transaction/components/Transactions.jsx b/src/lib/transaction/components/Transactions.jsx index c1515bc5..de93d742 100644 --- a/src/lib/transaction/components/Transactions.jsx +++ b/src/lib/transaction/components/Transactions.jsx @@ -1033,6 +1033,7 @@ const Transactions = ({ context = '' }) => { <option value={10}>10</option> <option value={15}>15</option> <option value={20}>20</option> + <option value={transactions?.data?.saleOrderTotal}>Semua</option> </select> <div ref={calendarRef} className="relative inline-block"> <button |
