Skip to content

Commit

Permalink
Fixed an icon in the detail of the cash receipt journal entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
imacat committed Oct 23, 2023
1 parent 14365ca commit 0104fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{% block as_trasfer %}
<a class="btn btn-primary" role="button" href="{{ url_for("accounting.journal-entry.edit", journal_entry=obj)|accounting_journal_entry_to_transfer|accounting_inherit_next }}">
<i class="fa-solid fa-bars-staggered"></i>
<i class="fa-solid fa-table-columns"></i>
<span class="d-none d-md-inline">{{ A_("As Transfer") }}</span>
</a>
{% endblock %}
Expand Down

0 comments on commit 0104fa4

Please sign in to comment.