mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
fix: Remove comments
This commit is contained in:
@@ -473,11 +473,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user