Sort selected sellers
This commit is contained in:
parent
30c34f4674
commit
95eb6b54f2
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ void ReportDialog::onPrintSellerReceiptButtonClicked()
|
|||
return;
|
||||
|
||||
auto indexes = selModel->selectedRows();
|
||||
std::ranges::sort(indexes);
|
||||
|
||||
auto printerDevice =
|
||||
convertToPosPrinterDevice(posPrinterDevice.toStdString(), posPrinterEndpoint.toStdString());
|
||||
|
|
Loading…
Add table
Reference in a new issue