|
@@ 190-193 (lines=4) @@
|
| 187 |
|
return new k_SeeOther($this->url(null, array('flare' => 'Item has been deleted'))); |
| 188 |
|
} |
| 189 |
|
// move item |
| 190 |
|
if ($this->query("action") == "moveup") { |
| 191 |
|
$this->getDebtor()->loadItem(intval($_GET['item_id'])); |
| 192 |
|
$this->getDebtor()->item->getPosition($this->mdb2)->moveUp(); |
| 193 |
|
} |
| 194 |
|
|
| 195 |
|
// move item |
| 196 |
|
if ($this->query("action") == "movedown") { |
|
@@ 196-199 (lines=4) @@
|
| 193 |
|
} |
| 194 |
|
|
| 195 |
|
// move item |
| 196 |
|
if ($this->query("action") == "movedown") { |
| 197 |
|
$this->getDebtor()->loadItem(intval($_GET['item_id'])); |
| 198 |
|
$this->getDebtor()->item->getPosition($this->mdb2)->moveDown(); |
| 199 |
|
} |
| 200 |
|
|
| 201 |
|
// registrere onlinepayment |
| 202 |
|
if ($this->getKernel()->user->hasModuleAccess('onlinepayment') && isset($_GET['onlinepayment_action']) && $_GET['onlinepayment_action'] != "") { |