mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 16:56:57 +00:00
refactor: remove party type from general ledger print format (#45196)
refactor: remove party type from print format
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
</div>
|
||||
<div style="text-align:center; font-size:13px;">
|
||||
<b>
|
||||
{% if(filters.party_type) { %}
|
||||
[ {%= filters.party_type %} ]<br>
|
||||
{% } %}
|
||||
{%= frappe.datetime.str_to_user(filters.from_date) %}
|
||||
{%= __("to") %}
|
||||
{%= frappe.datetime.str_to_user(filters.to_date) %}<br><br>
|
||||
|
||||
Reference in New Issue
Block a user