--- loncom/interface/loncoursequeueadmin.pm 2013/01/04 01:56:35 1.34 +++ loncom/interface/loncoursequeueadmin.pm 2013/03/01 04:48:59 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network # Utilities to administer domain course requests and course self-enroll requests # -# $Id: loncoursequeueadmin.pm,v 1.34 2013/01/04 01:56:35 raeburn Exp $ +# $Id: loncoursequeueadmin.pm,v 1.35 2013/03/01 04:48:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1352,6 +1352,9 @@ sub build_batchcreatehash { } $batchhash{'title'} = $details->{'cdescr'}; $batchhash{'coursecode'} = $details->{'instcode'}; + if ($domdefs->{'officialcredits'} || $domdefs->{'unofficialcredits'}) { + $batchhash{'defaultcredits'} = $details->{'defaultcredits'}; + } $batchhash{'emailenc'} = $emailenc; $batchhash{'adds'} = $details->{'autoadds'}; $batchhash{'drops'} = $details->{'autodrops'};