final product
This commit is contained in:
parent
96fdf32201
commit
965d7fa768
@ -90,7 +90,7 @@ $(function() {
|
|||||||
foreach ($inv_final_product as $SID):
|
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;
|
endforeach;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user