diff --git a/app/config/version.php b/app/config/version.php index 0d0157ce26..e281c2b60a 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v2.0-278', - 'hash_version' => 'v2.0-278-gea4dfdd', + 'app_version' => 'v2.0-279', + 'hash_version' => 'v2.0-279-g95b033b', ); \ No newline at end of file diff --git a/app/controllers/admin/DepreciationsController.php b/app/controllers/admin/DepreciationsController.php index 7ab62ed3ab..5161829b36 100755 --- a/app/controllers/admin/DepreciationsController.php +++ b/app/controllers/admin/DepreciationsController.php @@ -203,7 +203,7 @@ class DepreciationsController extends AdminController $rows = array(); foreach($depreciations as $depreciation) { - $actions = ''; + $actions = ''; $rows[] = array( 'id' => $depreciation->id, diff --git a/app/controllers/admin/ManufacturersController.php b/app/controllers/admin/ManufacturersController.php index 3c267b61e3..0b4c8a34c6 100755 --- a/app/controllers/admin/ManufacturersController.php +++ b/app/controllers/admin/ManufacturersController.php @@ -222,7 +222,7 @@ class ManufacturersController extends AdminController $rows = array(); foreach($manufacturers as $manufacturer) { - $actions = ''; + $actions = ''; $rows[] = array( 'id' => $manufacturer->id, diff --git a/app/controllers/admin/StatuslabelsController.php b/app/controllers/admin/StatuslabelsController.php index dfbf08d0ec..1266a8dfb0 100755 --- a/app/controllers/admin/StatuslabelsController.php +++ b/app/controllers/admin/StatuslabelsController.php @@ -271,7 +271,7 @@ class StatuslabelsController extends AdminController $label_type = Lang::get('admin/statuslabels/table.undeployable'); } - $actions = ''; + $actions = ''; $rows[] = array( 'id' => $statuslabel->id, diff --git a/app/controllers/admin/SuppliersController.php b/app/controllers/admin/SuppliersController.php index 281095657f..1b078bbd59 100755 --- a/app/controllers/admin/SuppliersController.php +++ b/app/controllers/admin/SuppliersController.php @@ -297,7 +297,7 @@ class SuppliersController extends AdminController $rows = array(); foreach($suppliers as $supplier) { - $actions = ''; + $actions = ''; $rows[] = array( 'id' => $supplier->id,