From f152841e817ab6e9571eaad56d30fd5fc7e2715a Mon Sep 17 00:00:00 2001 From: madd15 Date: Thu, 30 Jul 2015 13:46:59 +0930 Subject: [PATCH] quick fix $inout/$action issue --- app/controllers/admin/AssetsController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/admin/AssetsController.php b/app/controllers/admin/AssetsController.php index c71911e7d2ff..8fb42f7d2b62 100755 --- a/app/controllers/admin/AssetsController.php +++ b/app/controllers/admin/AssetsController.php @@ -1116,6 +1116,8 @@ public function getDatatable($status = null) $rows = array(); foreach ($assets as $asset) { + $inout = ''; + $actions = ''; if ($asset->deleted_at=='') { $actions = '
'; } elseif ($asset->model->deleted_at=='') {