amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 10 forks source link

Update DuesPaidList sort back to pre mOORK mods #270

Closed jrtaylor-com closed 3 years ago

jrtaylor-com commented 3 years ago

$sql .= " group by d.mundane_id order by d.dues_until DESC, m.kingdom_id ASC, m.park_id ASC, m.persona ASC";

Move priority of d.dues_until DESC back to the end of the statement since we are fixing the mORK compatibility sort in the controller.

This will fix the report sort display

himanshu007-creator commented 3 years ago

i would like to work on this issue. please help me locate the file

jrtaylor-com commented 3 years ago

You should be able to locate it in the class file by searching for order by d.dues_until class.Report.php GetDuesPaidList method