Add "ex VAT" tooltips to asset purchase price and replacement cost

This commit is contained in:
2023-05-22 11:31:38 +01:00
parent 3667256245
commit 36b9e40a8c
2 changed files with 8 additions and 2 deletions

View File

@@ -40,6 +40,12 @@
setupMDE('#id_comments');
});
</script>
<script src="{% static "js/tooltip.js" %}"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
{% endblock %}
{% block content %}