add batch name to the manage batches screen in the subscription
This commit is contained in:
parent
eff71d9c44
commit
a417feb69d
2 changed files with 2 additions and 0 deletions
|
|
@ -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 }) . '">'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue