commit | 85c137b3aa55750005901799a005a0f69d9dc27a | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sat May 07 22:53:59 2022 +0530 |
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | Sun May 08 14:07:00 2022 +0000 |
tree | 59d23e076849997c1177fcd7c50cba990c3d14a0 | |
parent | 3ae4b9033fc14c6fa10bc32297760fcc351cde1e [diff] |
chore: Remove print statement (cherry picked from commit a8fbd2451b498ad49356cf0e6a710616ab802465)
diff --git a/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py b/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py index 0574747..7323def 100644 --- a/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py +++ b/erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py
@@ -260,7 +260,6 @@ def get_merged_data(columns, data): - print(data) merged_hsn_dict = {} # to group same hsn under one key and perform row addition result = []