|
@@ -1774,6 +1774,7 @@ class Whlabel extends Start_Controller
|
|
|
$list['lacecolor'] = $this->input->post('lacecolor', true);
|
|
|
$list['lacetypes'] = $this->input->post('lacetypes', true);
|
|
|
$list['wigother'] = $this->input->post('wigother', true);
|
|
|
+ $list['wigother1'] = $this->input->post('wigother1', true);
|
|
|
$list['wigother2'] = $this->input->post('wigother2', true);
|
|
|
}
|
|
|
if ($category == 129) {
|
|
@@ -1996,6 +1997,7 @@ class Whlabel extends Start_Controller
|
|
|
$list['lacecolor'] = $this->input->post('lacecolor', true);
|
|
|
$list['lacetypes'] = $this->input->post('lacetypes', true);
|
|
|
$list['wigother'] = $this->input->post('wigother', true);
|
|
|
+ $list['wigother1'] = $this->input->post('wigother2', true);
|
|
|
$list['wigother2'] = $this->input->post('wigother2', true);
|
|
|
}
|
|
|
if ($category == 129) {
|