feat: cashbox history tab

feat: add information fields to cashbox_batches table
This commit is contained in:
Sérgio Salgado 2021-04-12 01:53:11 +01:00 committed by Josh Harvey
parent 8753ea081b
commit 73bd11b38b

View file

@ -300,6 +300,7 @@ const CashCassettes = () => {
{showHistory && (
<CashboxHistory machines={machines} currency={fiatCurrency} />
)}
{showHistory && <CashboxHistory machines={machines} />}
</div>
<CashCassettesFooter
currencyCode={fiatCurrency}