init
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -179,6 +179,9 @@ class Work extends CI_Controller | ... | @@ -179,6 +179,9 @@ class Work extends CI_Controller |
| 179 | if (!$ret->clientContactOutputVOS) { | 179 | if (!$ret->clientContactOutputVOS) { |
| 180 | $ret->clientContactOutputVOS = array(); | 180 | $ret->clientContactOutputVOS = array(); |
| 181 | } | 181 | } |
| 182 | if (!$ret->clientInfoOutputVO) { | ||
| 183 | $ret->clientInfoOutputVO = array(); | ||
| 184 | } | ||
| 182 | if (!$ret->orderVO) { | 185 | if (!$ret->orderVO) { |
| 183 | $ret->orderVO = array(); | 186 | $ret->orderVO = array(); |
| 184 | } | 187 | } | ... | ... |
-
Please register or sign in to post a comment