Credit and debit buttons are hidden when there is no right to see special notes

This commit is contained in:
Yohann D'ANELLO 2020-03-19 02:31:53 +01:00
parent 730d37c620
commit 7a4f929b36
1 changed files with 47 additions and 43 deletions

View File

@ -3,7 +3,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
{% endcomment %}
{% load i18n static django_tables2 %}
{% load i18n static django_tables2 perms %}
{% block content %}
@ -18,6 +18,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<input type="radio" name="transaction_type" id="type_transfer">
{% trans "Transfer" %}
</label>
{% if "note.notespecial"|not_empty_model_list %}
<label for="type_credit" class="btn btn-sm btn-outline-primary">
<input type="radio" name="transaction_type" id="type_credit">
{% trans "Credit" %}
@ -26,6 +27,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<input type="radio" name="transaction_type" id="type_debit">
{% trans "Debit" %}
</label>
{% endif %}
</div>
</div>
</div>
@ -58,6 +60,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
</div>
</div>
{% if "note.notespecial"|not_empty_model_list %}
<div class="col-md-4" id="external_div" style="display: none;">
<div class="card border-success shadow mb-4">
<div class="card-header">
@ -99,6 +102,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
</div>
</div>
</div>
{% endif %}
<div class="col-md-8" id="dests_div">
<div class="card border-info shadow mb-4">