|
|
@@ -182,7 +182,7 @@
|
|
|
</vdr-dt2-column>
|
|
|
<vdr-dt2-column [heading]="'common.code' | translate" [optional]="false">
|
|
|
<ng-template let-order="item">
|
|
|
- <a class="button-ghost" [routerLink]="['./', order.id]"
|
|
|
+ <a class="button-ghost" [routerLink]="['/orders', order.id]"
|
|
|
><span>{{ order.code }}</span>
|
|
|
<clr-icon shape="arrow right"></clr-icon>
|
|
|
</a>
|