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

@ -3,6 +3,7 @@
- fixed: HTML Export now creates a new session for each asset it exports to
stop problems from certain flags that get set once per session.
- fixed: Clicking on Widget gear causes user to jump to another part of the page.
- fixed: Manage Subscription Code Batches: Names of Batches not Displayed
7.5.17
- fixed: Payment Methods Hover Help Incomplete

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 }) . '">'