mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
fix: focus input addProduct & feedback addObsOrder & openComanda default 'Sem Mesa'
This commit is contained in:
@@ -55,7 +55,7 @@ Comandas
|
||||
<h2>Abrir Comanda</h2>
|
||||
<input type="text" id="name-comanda" name="name-comanda" required placeholder="Nome"><br>
|
||||
<select name="select-mesa" required>
|
||||
<option value="">Selecione um local</option>
|
||||
<option value="1">Sem Mesa</option>
|
||||
|
||||
{% for mesa in mesas %}
|
||||
<option value="{{mesa.id}}">{{mesa.name}}</option>
|
||||
|
||||
Reference in New Issue
Block a user