[Minor][LP] fix price numeric to float -refs BT#17571

pull/3859/head
NicoDucou 5 years ago
parent 13f196eec5
commit 52d67af4b6
  1. 2
      main/lp/lp_add_author.php

@ -235,7 +235,7 @@ foreach ($teachers as $key => $value) {
}
$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);

Loading…
Cancel
Save