Skip to content

Commit

Permalink
[Karthi] | BAH-3546 | Refactor. Opening and closing stock company det…
Browse files Browse the repository at this point in the history
…ails space issue fixed. (#123)
  • Loading branch information
karthikeyansp91 authored Mar 25, 2024
1 parent 7a79ba1 commit b34a1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bahmni_reports/report/stock_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_xlsx_report(self, data, response):
'Stock Statement - Summary', format1)
else:
sheet.merge_range(0, 0, 0, 14,
"%s,%s, %s"%(data['company_name'],data['company_street'],data['company_state']), format1)
"%s, %s, %s"%(data['company_name'],data['company_street'],data['company_state']), format1)
sheet.merge_range(1, 0, 1, 14,
'Stock Statement - Details', format1)
sheet.merge_range(2, 0, 2, 2,
Expand Down

0 comments on commit b34a1cc

Please sign in to comment.