Advertisement
linccce

fdsdfsdf

Apr 28th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. foreach($products_list as $value){
  2. 123             $new_data[$value['pr_kodas']] = $value['pr_pav'];
  3. 124         }
  4. 125         ?>
  5. 126         <label for="related_products">Susijusios prekės</label>
  6. 127         <?php echo Chosen::multiSelect('related_poducts','pr_kodas',$new_data, array('style'=>'max-width: 676px !important', 'options'=>array('GU002047'=>array('selected'=>true)))); ?>
  7.  
  8. Maybe you can notice what might be wrong...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement