Skip to content
Snippets Groups Projects
Commit 5064d614 authored by aly2191's avatar aly2191
Browse files

updated step to 0.1

parent 7bd134c2
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class CRM_Nbrgeneralobservation_Form_NbrGenObservations extends CRM_Core_Form {
$this->add('number', 'nvgo_weight_kg', 'Weight (kg)', ["min"=>0], FALSE);
$this->add('number', 'nvgo_height_m', 'Height (m)', ["min"=>0], FALSE);
$this->add('number', 'nvgo_height_m', 'Height (m)', ["min"=>0, "step"=>0.1], FALSE);
$this->add('number', 'nvgo_bmi', 'BMI', ['disabled' => TRUE], FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment