{% extends '@Core/base.html.twig' %} {% block sectionTitle %}Errores de inventario{% endblock %} {% block breadcrumbLinks %}
  • Menú de inventarios
  • Errores de inventario
  • {% endblock %} {% block content %}
    LISTADO DE ERRORES DE INVENTARIO
    {% for error in errors %} {% else %}
    {{ error.stock.alias }} {% endif %} {% if error.typeStockError.id == 1 %} {% endif %} {% endfor %}
    Fecha Stock Usuario Modificación Valor Anterior Valor Nuevo
    {{ error.createdAt | date('d/m/Y G:i') }} {% if roleRight == true %}
    {{ error.stock.alias }}
    {% if error.user is not null %}{{ error.user.name }}{% endif %} {{ error.typeStockError.description }}{{ error.previous }} {{ error.next }}
    {% for flash_message in app.session.flashBag.get('success') %}
    {{ flash_message }}
    {% endfor %} {% endblock%}