partial #1469 - Add the option to edit this field at cockpit.
This commit is contained in:
parent
ba36c5f2aa
commit
ee97393eba
@ -178,6 +178,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class=admin-item>
|
||||||
|
<div class=admin-item-left>
|
||||||
|
<div class=admin-item-name>Community</div>
|
||||||
|
<div class=admin-item-desc>for metrics purposes</div>
|
||||||
|
</div>
|
||||||
|
<div class=admin-item-right>
|
||||||
|
<input type=input id=restaurant-community />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1296,6 +1296,7 @@ var DOM_MAP = {
|
|||||||
'input#restaurant-fee-customer' : ['fee_customer'],
|
'input#restaurant-fee-customer' : ['fee_customer'],
|
||||||
'input#restaurant-tax' : ['tax'],
|
'input#restaurant-tax' : ['tax'],
|
||||||
'input#restaurant-weight-adj' : ['weight_adj'],
|
'input#restaurant-weight-adj' : ['weight_adj'],
|
||||||
|
'input#restaurant-community' : ['community'],
|
||||||
},
|
},
|
||||||
widget : [], // a list of widgets supporting 'apply' and 'flush' funcs etc
|
widget : [], // a list of widgets supporting 'apply' and 'flush' funcs etc
|
||||||
func : {
|
func : {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user