Changed default expiration date for subscription codes to 1 month and changed the form label.
This commit is contained in:
parent
a26c78d4aa
commit
2b346b9378
2 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ sub www_createSubscriptionCodeBatch {
|
|||
$f->interval(
|
||||
-name => 'expires',
|
||||
-label => $i18n->get('codes expire'),
|
||||
-value => $session{form}{expires}
|
||||
-value => $session{form}{expires} || WebGUI::DateTime::intervalToSeconds(1, 'months')
|
||||
);
|
||||
$f->selectList(
|
||||
-name => 'subscriptionId',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue