Skip to content

Commit

Permalink
Plugin: BuyCourses: Fix bug in learning path end page/final item when…
Browse files Browse the repository at this point in the history
… plugin is enabled. End page could not load because of buggy query in services feature of plugin.
  • Loading branch information
ywarnier committed Feb 9, 2025
1 parent f4f6e1e commit c19b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/buycourses/src/buy_course_plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3323,7 +3323,7 @@ public function getServiceSales(
$status,
],
],
'ORDER' => 'ss.service_id ASC',
'ORDER' => $defaultOrder,
];
}

Expand Down

0 comments on commit c19b19d

Please sign in to comment.