Skip to content

Commit

Permalink
Merge pull request #457 from okom3pom/update-quick-link
Browse files Browse the repository at this point in the history
Update quick access link for orders
  • Loading branch information
matthieu-rolland committed Aug 1, 2022
2 parents 545b7d6 + 7cee1cb commit 13ac643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upgrade/sql/8.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ VALUES ('product_page_v2_multi_shop', '0', 'New product page - Multi store', 'Ad
UPDATE `PREFIX_tab` SET wording = 'New & Experimental Features' WHERE `class_name` = 'AdminFeatureFlag';

/* PHP:ps_update_tab_lang('Admin.Navigation.Menu', 'AdminFeatureFlag'); */;

UPDATE `PREFIX_quick_access` SET `link` = 'index.php/sell/orders' WHERE `link` = 'index.php?controller=AdminOrders';

0 comments on commit 13ac643

Please sign in to comment.