commit | 6bfd193b0d20464f2d3370a850cec6b360e604e1 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Sep 07 16:34:10 2022 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Sep 07 16:34:10 2022 +0530 |
tree | 8999ecd06c7cb5da8b95e57debec35a427569ccf | |
parent | ffa3071d36e62eb721bc9a3105fb7af4b93cf8fc [diff] |
fix: Reduce font size for Process Statement of accounts print/pdf
diff --git a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html index 82705a9..0da44a4 100644 --- a/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html +++ b/erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
@@ -25,7 +25,7 @@ </div> <br> - <table class="table table-bordered"> + <table class="table table-bordered" style="font-size: 10px"> <thead> <tr> <th style="width: 12%">{{ _("Date") }}</th>