1 (edited by kvvaradha 11/28/2021 08:44:32 am)

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.

Subscription service based on FA
HRM CRM POS batch Themes

Re: update_material_cost function makes one unnecessary call to get_item

Fixed and committed to stable rep. Thanks @kvvaradha.

joe