Adding of decimal unit field

This commit is contained in:
objecttothis
2019-03-06 15:42:04 +04:00
parent d79783f605
commit 74995a5ac1
4 changed files with 16 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ class Attributes extends Secure_Controller
//Save definition data
$definition_data = array(
'definition_name' => $this->input->post('definition_name'),
'definition_unit' => $this->input->post('definition_unit') != '' ? $this->input->post('definition_unit') : NULL,
'definition_flags' => $definition_flags,
'definition_fk' => $this->input->post('definition_group') != '' ? $this->input->post('definition_group') : NULL
);