diff --git a/application/views/FinalProductHistory.php b/application/views/FinalProductHistory.php index 05399e7c..c2f0819e 100644 --- a/application/views/FinalProductHistory.php +++ b/application/views/FinalProductHistory.php @@ -90,7 +90,7 @@ $(function() { foreach ($inv_final_product as $SID): - $options2[$SID->product_id] = $SID->product_id.' '.' - '.' '.$SID->product_name; + $options2[$SID->product_id] = $SID->product_id.' '.' - '.' '.$SID->product_name.' '.' ('.' '.$SID->product_description.')'; endforeach; }