commit | 33d0e09497d245552fe1c58b219ea531b4aed3de | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Sep 09 11:18:13 2022 +0530 |
committer | GitHub <noreply@github.com> | Fri Sep 09 11:18:13 2022 +0530 |
tree | 5cb4309cabf2a4367f3f9bb170420b7eb3e40429 | |
parent | 6da45144d0fcca934869497ec3df2bf6d25798e5 [diff] | |
parent | 6bfd193b0d20464f2d3370a850cec6b360e604e1 [diff] |
Merge pull request #32117 from deepeshgarg007/psoa_fontsize 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>