Merge pull request #21328 from rohitwaghchaure/fixed-account-name-in-gl_print

fix: account name not showing in the gl print
This commit is contained in:
Deepesh Garg 2020-04-18 20:40:50 +05:30 committed by GitHub
commit 6298bbb1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<h4 class="text-center"> <h4 class="text-center">
{% if (filters.party_name) { %} {% if (filters.party_name) { %}
{%= filters.party_name %} {%= filters.party_name %}
{% } else if (filters.party) { %} {% } else if (filters.party && filters.party.length) { %}
{%= filters.party %} {%= filters.party %}
{% } else if (filters.account) { %} {% } else if (filters.account) { %}
{%= filters.account %} {%= filters.account %}