Topic: View_po.php
Hello,,
in this view
purchasing/view/view_po.php
i'd like to show long_description instead of item_description .. but it seems that the long description is stored in stock_master table..
is there an easy way to replace this code line 69
label_cell($stock_item->item_description);
so it'd show the long description??
Regards.