Add default sorting by date in manage
This commit is contained in:
parent
b686b3c9c3
commit
2b7353b9e0
@ -231,6 +231,7 @@ namespace platform {
|
|||||||
cout << "No results found!" << endl;
|
cout << "No results found!" << endl;
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
sortDate();
|
||||||
show();
|
show();
|
||||||
menu();
|
menu();
|
||||||
cout << "Done!" << endl;
|
cout << "Done!" << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user