'pos_pricelist', 'single' => 'Público en general', 'param1' => 1, 'param2' => 30, 'order' => 0, 'status' => DropdownList::STATUS_ENABLED, ], [ 'label' => 'pos_pricelist', 'single' => 'Preferente', 'param1' => 1, 'param2' => 15, 'order' => 0, 'status' => DropdownList::STATUS_ENABLED, ], ]; foreach ($divisas_array as $divisa) { DropdownList::create($divisa); }; } }