feat: cashbox history tab
feat: add information fields to cashbox_batches table
This commit is contained in:
parent
8753ea081b
commit
73bd11b38b
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ const CashCassettes = () => {
|
|||
{showHistory && (
|
||||
<CashboxHistory machines={machines} currency={fiatCurrency} />
|
||||
)}
|
||||
{showHistory && <CashboxHistory machines={machines} />}
|
||||
</div>
|
||||
<CashCassettesFooter
|
||||
currencyCode={fiatCurrency}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue