Skip to content

Commit d950c26

Browse files
committed
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
2 parents 6f7c2a0 + 52d67af commit d950c26

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)