diff --git a/myproject/inventory/templates/inventory/writeoff_document/detail.html b/myproject/inventory/templates/inventory/writeoff_document/detail.html index 58549e4..eba43b1 100644 --- a/myproject/inventory/templates/inventory/writeoff_document/detail.html +++ b/myproject/inventory/templates/inventory/writeoff_document/detail.html @@ -180,11 +180,11 @@ Товар - Количество - Причина + Количество + Причина Примечания {% if document.can_edit %} - + {% endif %} @@ -194,15 +194,15 @@ {{ item.product.name }} - + {{ item.quantity|smart_quantity }} {% if document.can_edit %} + style="display: none; width: 100px; text-align: right; margin-left: auto;"> {% endif %} - + {{ item.get_reason_display }} {% if document.can_edit %}