{% extends '@Core/base.html.twig' %} {% block sectionTitle %}Errores de inventario{% endblock %} {% block breadcrumbLinks %}
Fecha | Stock | Usuario | Modificación | Valor Anterior | Valor Nuevo |
---|---|---|---|---|---|
{{ error.createdAt | date('d/m/Y G:i') }} |
{{ error.stock.alias }} |
{% else %}
{% if error.user is not null %}{{ error.user.name }}{% endif %} | {{ error.typeStockError.description }} | {% if error.typeStockError.id == 1 %}{{ error.previous }} | {{ error.next }} | {% endif %}