partial #1469 - Add the option to edit this field at cockpit.

This commit is contained in:
Daniel Camargo 2013-06-27 15:39:39 -03:00
parent ba36c5f2aa
commit ee97393eba
2 changed files with 10 additions and 0 deletions

View File

@ -178,6 +178,15 @@
</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>

View File

@ -1296,6 +1296,7 @@ var DOM_MAP = {
'input#restaurant-fee-customer' : ['fee_customer'],
'input#restaurant-tax' : ['tax'],
'input#restaurant-weight-adj' : ['weight_adj'],
'input#restaurant-community' : ['community'],
},
widget : [], // a list of widgets supporting 'apply' and 'flush' funcs etc
func : {