list target

in WizardNewsletter.php in campaign module

in line 476 you make if if(isset($pl->list_type) && !empty($pl->list_type))

but $pl->retrieve($pl_id);

retrieve() doesn’t work all off properties in $pl still null

so non of the campaign target list will return to it

i hope you can help me you can make debug to it and see the result

you have to check function retrieve in sugarbean