diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-08-01 02:49:48 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-08-01 02:49:48 +0000 |
| commit | f9322bb1446166181c1bd271ac944ac586b87631 (patch) | |
| tree | 393e485a646264cbf1fb9f5deee4e442a0c6c8a7 /src/lib/transaction | |
| parent | b1c84ed936478c72bfd6a3a8aa9cdb3d4b2d6e41 (diff) | |
| parent | 8cabf8a4dbbaee60d87c88eb0eb07c57c02b9144 (diff) | |
Merged in repeat_order (pull request #432)
<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 |
