remettre la notion de jour validé hors schedule et ajout notion de frais (fixes #76)
This commit is contained in:
@@ -53,10 +53,13 @@
|
||||
<div class="card-body">
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.ref) }}
|
||||
{{ form_row(form.project) }}
|
||||
|
||||
{{ form_row(form.quantity) }}
|
||||
{{ form_row(form.pu) }}
|
||||
{{ form_row(form.validate) }}
|
||||
{{ form_row(form.cost) }}
|
||||
{{ form_row(form.active) }}
|
||||
{{ form_row(form.project) }}
|
||||
</div>
|
||||
</div>
|
||||
{{ form_end(form) }}
|
||||
|
Reference in New Issue
Block a user