diff --git a/application/controllers/Labels.php b/application/controllers/Labels.php index d3c7ae77b..cc7dd50f4 100644 --- a/application/controllers/Labels.php +++ b/application/controllers/Labels.php @@ -322,6 +322,8 @@ class Labels extends CI_Controller { $data['label'] = $this->labels_model->getLabel($cleanid); + $data['papertypes'] = $this->labels_model->fetchPapertypes($this->session->userdata('user_id')); + $data['page_title'] = "Edit Label"; $this->load->view('interface_assets/header', $data); diff --git a/application/views/labels/edit.php b/application/views/labels/edit.php index 695fded7b..f93525624 100644 --- a/application/views/labels/edit.php +++ b/application/views/labels/edit.php @@ -28,8 +28,16 @@