|
|
@@ -1612,21 +1612,13 @@ class Fullorderexcel extends Start_Controller {
|
|
|
|
|
|
}
|
|
|
return [
|
|
|
- 'gradefpdata' => str_ireplace("<br/>", "", $sku_gradefpdata_str) ,
|
|
|
- 'colorfpdata' => str_ireplace("<br/>", "", $sku_colorfpdata_str) ,
|
|
|
- 'densityfpdata' => str_ireplace("<br/>", "", $sku_densityfpdata_str) ,
|
|
|
- 'hairnumberfpdata' => str_ireplace("<br/>", "", $sku_hairnumberfpdata_str),
|
|
|
- 'lacetypefpdata' => str_ireplace("<br/>", "", $sku_lacetypefpdata_str) ,
|
|
|
- 'lowefpdata'=>str_ireplace("<br/>", "", $sku_lowefpdata_str),
|
|
|
+ 'gradefpdata' => trim($sku_gradefpdata_str,"<br/>"),
|
|
|
+ 'colorfpdata' => trim($sku_colorfpdata_str,"<br/>"),
|
|
|
+ 'densityfpdata' => trim($sku_densityfpdata_str,"<br/>"),
|
|
|
+ 'hairnumberfpdata' => trim($sku_hairnumberfpdata_str,"<br/>"),
|
|
|
+ 'lacetypefpdata' => trim($sku_lacetypefpdata_str,"<br/>"),
|
|
|
+ 'lowefpdata'=>trim($sku_lowefpdata_str,"<br/>"),
|
|
|
];
|
|
|
- // return [
|
|
|
- // 'gradefpdata' => trim($sku_gradefpdata_str,"<br/>"),
|
|
|
- // 'colorfpdata' => trim($sku_colorfpdata_str,"<br/>"),
|
|
|
- // 'densityfpdata' => trim($sku_densityfpdata_str,"<br/>"),
|
|
|
- // 'hairnumberfpdata' => trim($sku_hairnumberfpdata_str,"<br/>"),
|
|
|
- // 'lacetypefpdata' => trim($sku_lacetypefpdata_str,"<br/>"),
|
|
|
- // 'lowefpdata'=>trim($sku_lowefpdata_str,"<br/>"),
|
|
|
- // ];
|
|
|
|
|
|
}
|
|
|
|