Compare commits

..

No commits in common. "4a2a4f92b47bb04632b8e4133b600b1c61355353" and "30c34f4674503200991a16ca0159f8f9acfef491" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -201,7 +201,6 @@ void ReportDialog::onPrintSellerReceiptButtonClicked()
return;
auto indexes = selModel->selectedRows();
std::ranges::sort(indexes);
auto printerDevice =
convertToPosPrinterDevice(posPrinterDevice.toStdString(), posPrinterEndpoint.toStdString());

View file

@ -19,7 +19,7 @@
<item>
<widget class="QTableView" name="reportView">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
<enum>QAbstractItemView::MultiSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>