{% extends "tenant/layouts/base.html" %} {% block title %}Adjust Stock — {{ item.name }}{% endblock %} {% block content %}
Adjust Stock — {{ item.name }}

Current quantity: {{ item.qty_on_hand }}

{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}