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
|
|
@ -3,6 +3,7 @@
|
||||||
- fixed: HTML Export now creates a new session for each asset it exports to
|
- 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.
|
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: 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
|
7.5.17
|
||||||
- fixed: Payment Methods Hover Help Incomplete
|
- fixed: Payment Methods Hover Help Incomplete
|
||||||
|
|
|
||||||
|
|
@ -742,6 +742,7 @@ sub www_listSubscriptionCodeBatches {
|
||||||
$self->getUrl,
|
$self->getUrl,
|
||||||
$i18n->get('delete batch confirm'));
|
$i18n->get('delete batch confirm'));
|
||||||
$output .= '</td>';
|
$output .= '</td>';
|
||||||
|
$output .= '<td>' . $batch->{ name } . '</td>';
|
||||||
$output .= '<td>' . $batch->{ description } . '</td>';
|
$output .= '<td>' . $batch->{ description } . '</td>';
|
||||||
$output .= '<td>'
|
$output .= '<td>'
|
||||||
. '<a href="' . $self->getUrl('func=listSubscriptionCodes;selection=b;bid=' . $batch->{ batchId }) . '">'
|
. '<a href="' . $self->getUrl('func=listSubscriptionCodes;selection=b;bid=' . $batch->{ batchId }) . '">'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue