{% extends "module_base.html" %} {% load static %} {% block title %}Delete Manufacturing Order{% endblock %} {% block content %}

Delete Manufacturing Order

Are you sure you want to delete the following Manufacturing Order?

MO Number: {{ mo.mo_number }}
BOM: {{ mo.bom.bom_code }} - {{ mo.bom.product.name }}
Quantity: {{ mo.quantity_to_produce|floatformat:2 }}
Status: {{ mo.get_status_display }}
Warning: This action cannot be undone. All associated data will be permanently deleted.
{% csrf_token %}
Cancel
{% endblock %}