{% extends "base.html" %} {% block title %}Process Sales Return{% endblock %} {% block content %}

Process {{ sales_return.reference }}

This will add items back to stock and post refund movement where relevant.

{% csrf_token %}
{% endblock %}