final product

This commit is contained in:
venbatechnologies@gmail.com 2018-09-11 18:35:44 +05:30
parent 96fdf32201
commit 965d7fa768

View File

@ -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;
}