Make version tags mandatory again.
This commit is contained in:
parent
d0b3be1749
commit
4bfabb9469
94 changed files with 405 additions and 489 deletions
|
|
@ -620,13 +620,13 @@ sub www_createSubscriptionCodeBatch {
|
|||
name => 'name',
|
||||
label => $i18n->get('batch name'),
|
||||
hoverHelp => $i18n->get('batch name description'),
|
||||
value => $session->form->process('name'),
|
||||
value => $session->form->process('name') || '',
|
||||
);
|
||||
$f->addField( "textarea",
|
||||
name => 'description',
|
||||
label => $i18n->get('batch description'),
|
||||
hoverHelp => $i18n->get('batch description description'),
|
||||
value => $session->form->process("description"),
|
||||
value => $session->form->process("description") || '',
|
||||
);
|
||||
$f->addField( "submit", name => "send" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue