Skip to content

Commit 52d67af

Browse files
committed
[Minor][LP] fix price numeric to float -refs BT#17571
1 parent 13f196e commit 52d67af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/lp/lp_add_author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function confirmation(name) {
235235
}
236236

237237
$form->addSelect('authorItemSelect', get_lang('Authors'), $options, ['multiple' => 'multiple']);
238-
$form->addNumeric('price', get_lang('Price'));
238+
$form->addFloat('price', get_lang('Price'));
239239
$form->addHtml('</div>');
240240
$form->addButtonCreate(get_lang('Send'));
241241
$form->setDefaults($default);

0 commit comments

Comments
 (0)