Topic: update_material_cost function makes one unnecessary call to get_item
from the manufacturing\includes\db\work_order_costing_db.inc There is a function called update_material_cost
Here it has get_item call two times. the second one never used inside the function,
so shall we remove this code there.
$stock_gl_code = get_item($stock_id);
@joe update it.
HRM CRM POS batch Themes