2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Adds notification when items are received against a purcahse order (#3259)

This commit is contained in:
Oliver
2022-06-27 07:30:38 +10:00
committed by GitHub
parent b13e12b7bd
commit ad57ca5ddf
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends "email/email.html" %}
{% load i18n %}
{% load inventree_extras %}
{% block title %}
{{ message }}
{% if link %}
<p>{% trans "Click on the following link to view this order" %}: <a href='{{ link }}'>{{ link }}</a></p>
{% endif %}
{% endblock title %}