Skip to content

Commit

Permalink
38184: Back to List does not work after having changed the week
Browse files Browse the repository at this point in the history
  • Loading branch information
alex40724 committed Oct 12, 2023
1 parent eb29bbd commit 80e73d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function book() : void // ok

$this->lng->loadLanguageModule("dateplaner");
$this->ctrl->setParameter($this, 'object_id', $obj->getId());
$this->ctrl->setParameter($this, 'returnCmd', "book");
//$this->ctrl->setParameter($this, 'returnCmd', "book");

if ($this->user_id_to_book !== $this->user_id_assigner) {
$this->ctrl->setParameter($this, 'bkusr', $this->user_id_to_book);
Expand Down

0 comments on commit 80e73d7

Please sign in to comment.