Дал мастеру доступ к пунктам
All checks were successful
Deploy MES Core / deploy (push) Successful in 11s
All checks were successful
Deploy MES Core / deploy (push) Successful in 11s
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
<div class="col-md-4">
|
||||
<label class="form-label">Склад</label>
|
||||
<select class="form-select" name="location_id" required>
|
||||
{% for loc in locations %}
|
||||
{% for loc in transfer_locations %}
|
||||
<option value="{{ loc.id }}">{{ loc }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user