Topic: Item Code of Manufacturing Item in WorkOrder

I am looking for to print Item_ID Item_Code, but can not find for the  manufactured item, I have tried
in doctext.inc file and found only Item's description in array $aux_info as _("Manufactured Item") => $this->formData["StockItemName"].
But I need to print Stock_Item_Code instead of description.
Cany somebody help to resolve the issue.

2 (edited by boxygen 01/27/2023 07:54:20 pm)

Re: Item Code of Manufacturing Item in WorkOrder

Hello, @sairmalhi In reporting/includes/pdf_report.inc in the function SetCommonData add 'stock_id' after 'StockItemName' and then use this in reporting/includes/doctext.inc as

_("Manufactured Item") => $this->formData["stock_id"],
www.boxygen.pk