mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Removed play sort code I left in for Changes to Prescription Settings
This commit is contained in:
parent
bf08235e23
commit
01adef98d8
@ -1149,9 +1149,9 @@ void MainWindow::on_summaryButton_clicked()
|
||||
recbox+="</body></html>";
|
||||
ui->recordsBox->setHtml(recbox);
|
||||
|
||||
RXsort=RX_min;
|
||||
/*RXsort=RX_min;
|
||||
RXorder=true;
|
||||
qSort(rxchange.begin(),rxchange.end());
|
||||
qSort(rxchange.begin(),rxchange.end());*/
|
||||
html+="<div align=center>";
|
||||
html+=QString("<br/><b>Changes to Prescription Settings</b>");
|
||||
html+=QString("<table cellpadding=2 cellspacing=0 border=1 width=90%>");
|
||||
|
Loading…
Reference in New Issue
Block a user