'component' => 'textSearch',
'entityID' => 'packageID',
'table' => $packagesTable,
- 'fields' => "id, title, image, ref_dest",
+ 'fields' => "id, title, image, ref_type, ref_dest",
'resultUrl' => $packagingEditPage,
],
'active' => [
'component' => 'list',
'entityID' => 'packageID',
'table' => $packagesTable,
- 'fields' => "id, title, ref_dest",
- 'where' => 'status='.$this->config['status_numb']['Active'] . '',
+ 'fields' => "id, title, ref_type, ref_dest",
+ 'where' => 'status='.$this->config['status_numb']['Active'],
'resultUrl' => $packagingEditPage,
],
'pending' => [
'component' => 'list',
'entityID' => 'packageID',
'table' => $packagesTable,
- 'fields' => "id, title, ref_dest",
- 'where' => 'status='.$this->config['status_numb']['Pending'] . '',
+ 'fields' => "id, title, ref_type, ref_dest",
+ 'where' => 'status='.$this->config['status_numb']['Pending'],
'resultUrl' => $packagingEditPage,
],
'expired' => [
'component' => 'list',
'entityID' => 'packageID',
'table' => $packagesTable,
- 'fields' => "id, title, ref_dest",
+ 'fields' => "id, title, ref_type, ref_dest",
// 'fields' => [
// 'id',
// 'title',