add batch name to the manage batches screen in the subscription

This commit is contained in:
Colin Kuskie 2008-07-19 03:05:46 +00:00
parent eff71d9c44
commit a417feb69d
2 changed files with 2 additions and 0 deletions

View file

@ -742,6 +742,7 @@ sub www_listSubscriptionCodeBatches {
$self->getUrl,
$i18n->get('delete batch confirm'));
$output .= '</td>';
$output .= '<td>' . $batch->{ name } . '</td>';
$output .= '<td>' . $batch->{ description } . '</td>';
$output .= '<td>'
. '<a href="' . $self->getUrl('func=listSubscriptionCodes;selection=b;bid=' . $batch->{ batchId }) . '">'