Переезд на схему нового доступа
All checks were successful
Deploy MES Core / deploy (push) Successful in 11s

This commit is contained in:
2026-04-13 08:26:07 +03:00
parent ecc0193d0a
commit 69edd3fa97
5 changed files with 33 additions and 9 deletions

View File

@@ -229,7 +229,7 @@
<div class="col-md-4">
<label class="form-label">Склад</label>
<select class="form-select" name="location_id" required>
{% for loc in transfer_locations %}
{% for loc in receipt_locations %}
<option value="{{ loc.id }}">{{ loc }}</option>
{% endfor %}
</select>