mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -796,13 +796,8 @@ class BOM(WebsiteGenerator):
|
|||||||
"stock_uom": d.stock_uom,
|
"stock_uom": d.stock_uom,
|
||||||
"conversion_factor": d.conversion_factor,
|
"conversion_factor": d.conversion_factor,
|
||||||
"sourced_by_supplier": d.sourced_by_supplier,
|
"sourced_by_supplier": d.sourced_by_supplier,
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
|
||||||
=======
|
|
||||||
"is_phantom_item": d.is_phantom_item,
|
|
||||||
},
|
},
|
||||||
notify=False,
|
notify=False,
|
||||||
>>>>>>> 074f07694f (fix: redundant message on bom save)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
d.base_rate = flt(d.rate) * flt(self.conversion_rate)
|
d.base_rate = flt(d.rate) * flt(self.conversion_rate)
|
||||||
|
|||||||
Reference in New Issue
Block a user