mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: Remove comments
This commit is contained in:
@@ -473,11 +473,6 @@ class GrossProfitGenerator(object):
|
|||||||
row.parent_invoice = row.parent
|
row.parent_invoice = row.parent
|
||||||
row.parent = row.item_code
|
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):
|
if frappe.db.exists('Product Bundle', row.item_code):
|
||||||
self.add_bundle_items(row, index)
|
self.add_bundle_items(row, index)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user