fix: saving recycler counts
This commit is contained in:
parent
33da2ea5e3
commit
277335fea4
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ const Wizard = ({ machine, cashoutSettings, locale, onClose, save, error }) => {
|
||||||
const buildRecyclerObj = cassetteInput => {
|
const buildRecyclerObj = cassetteInput => {
|
||||||
return R.reduce(
|
return R.reduce(
|
||||||
(acc, value) => {
|
(acc, value) => {
|
||||||
acc[value] = machine.cashUnits[value]
|
acc[value] = defaultToZero(cassetteInput[value])
|
||||||
// acc[value] = defaultToZero(cassetteInput[value])
|
|
||||||
return acc
|
return acc
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue