Skip to content

Commit

Permalink
[Minor][LP] fix price numeric to float -refs BT#17571
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Apr 21, 2021
1 parent 13f196e commit 52d67af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/lp/lp_add_author.php
Expand Up @@ -235,7 +235,7 @@ function confirmation(name) {
}

$form->addSelect('authorItemSelect', get_lang('Authors'), $options, ['multiple' => 'multiple']);
$form->addNumeric('price', get_lang('Price'));
$form->addFloat('price', get_lang('Price'));
$form->addHtml('</div>');
$form->addButtonCreate(get_lang('Send'));
$form->setDefaults($default);
Expand Down

0 comments on commit 52d67af

Please sign in to comment.