mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: add valor comanda a conta do cliente
This commit is contained in:
@@ -52,7 +52,8 @@ Comandas
|
||||
{% csrf_token %}
|
||||
<h2>Abrir Comanda</h2>
|
||||
<input type="text" id="name-comanda" name="name-comanda" required placeholder="Nome"><br>
|
||||
<select name="select-mesa" >
|
||||
<select name="select-mesa" required>
|
||||
<option value="">Selecione um local</option>
|
||||
|
||||
{% for mesa in mesas %}
|
||||
<option value="{{mesa.id}}">{{mesa.name}}</option>
|
||||
|
||||
Reference in New Issue
Block a user