fix: Remove comments

This commit is contained in:
GangaManoj 2021-08-25 15:20:27 +05:30
parent bea0f7a202
commit 13ae10b3a2

View File

@ -471,11 +471,6 @@ class GrossProfitGenerator(object):
row.parent_invoice = row.parent
row.parent = row.item_code
# if not self.si_list[parents_index-1].base_net_amount:
# self.si_list[parents_index-1].base_net_amount = 0
# self.si_list[parents_index-1].base_net_amount += row.base_net_amount
if frappe.db.exists('Product Bundle', row.item_code):
self.add_bundle_items(row, index)