Commit 8b973f2e15d9434c0baf63684b0d8da2fa4dbc78

Authored by Administrator
1 parent c300df58

add local config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1386,7 +1386,7 @@ try @@ -1386,7 +1386,7 @@ try
1386 1386
1387 $router->add 1387 $router->add
1388 ( 1388 (
1389 - '/dealer/online_order_history/{order:[0-9]+}{language:([/][a-z]{2})?}', 1389 + '/dealer/online_order_history/{order:[0-9]+}/{type}{language:([/][a-z]{2})?}',
1390 [ 1390 [
1391 'controller' => 'dealer', 1391 'controller' => 'dealer',
1392 'action' => 'singleOrder' 1392 'action' => 'singleOrder'