V2.0.3 Discussion Email Link

When a user posts a new comment on an order, admin gets and email with the wrong link.



It appears that in:

addons/discussion/controllers/common/discussion.php

I think Line 96:

dispatch=orders&order_id=$object[object_id]");
```<br />
<br />
should be:<br />
```php
dispatch=orders.details&order_id=$object[object_id]");

I have confirmed this bug in my installation of 2.0.3.