diff --git a/module/kanban/control.php b/module/kanban/control.php index f5eaecef9d..f21b757978 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -660,8 +660,8 @@ class kanban extends control $order = 1; foreach($columns as $columnID) { - $order += $order; $this->dao->update(TABLE_KANBANCOLUMN)->set('`order`')->eq($order)->where('id')->eq($columnID)->andWhere('region')->eq($regionID)->exec(); + $order ++; } $kanbanGroup = $this->kanban->getKanbanData($kanbanID);