feat: replace toggle with radio and option descriptions
This commit is contained in:
parent
b5c37442c3
commit
c83b3cda56
4 changed files with 81 additions and 27 deletions
|
|
@ -2,7 +2,7 @@ const { saveConfig, loadLatest } = require('../lib/new-settings-loader')
|
|||
|
||||
exports.up = function (next) {
|
||||
const newConfig = {
|
||||
cashIn_automaticCashboxReset: false
|
||||
cashIn_cashboxReset: 'Manual'
|
||||
}
|
||||
return loadLatest()
|
||||
.then(config => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue