Don't show subscription codes until a selection is made.
This commit is contained in:
parent
4793dfe1b8
commit
a26c78d4aa
1 changed files with 2 additions and 0 deletions
|
|
@ -302,6 +302,8 @@ sub www_listSubscriptionCodes {
|
||||||
$where = " and t1.batchId=".quote($session{form}{bid});
|
$where = " and t1.batchId=".quote($session{form}{bid});
|
||||||
$ops = '&bid='.$session{form}{bid}.'&selection=b';
|
$ops = '&bid='.$session{form}{bid}.'&selection=b';
|
||||||
$delete = '<a href="'.WebGUI::URL::page('op=deleteSubscriptionCodeBatch'.$ops).'">'.$i18n->get('delete codes').'</a>';
|
$delete = '<a href="'.WebGUI::URL::page('op=deleteSubscriptionCodeBatch'.$ops).'">'.$i18n->get('delete codes').'</a>';
|
||||||
|
} else {
|
||||||
|
return _submenu($output, 'listSubscriptionCodes title', 'subscription codes manage');
|
||||||
}
|
}
|
||||||
|
|
||||||
$p = WebGUI::Paginator->new('op=listSubscriptionCodes'.$ops);
|
$p = WebGUI::Paginator->new('op=listSubscriptionCodes'.$ops);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue