Merge of cable additions

This commit is contained in:
Matthew Smith
2019-10-14 00:09:33 +01:00
6 changed files with 37 additions and 10 deletions

View File

@@ -32,9 +32,11 @@
</div>
</div>
<div class="row">
{% if perms.asset.asset_financial %}
<div class="col-md-6">
{% include 'partials/purchasedetails_form.html' %}
</div>
{%endif%}
<div class="col-md-6"
{% if not object.is_cable %} hidden="true" {% endif %} id="cable-table">
{% include 'partials/cable_form.html' %}