mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2025-06-21 Fred Gleason <fredg@paravelsystems.com>
* Restored the 'Show Only First 100 Carts' checkbox to the 'RDCartFilter' widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Data model for the Rivendell cart library
|
||||
//
|
||||
// (C) Copyright 2021-2024 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2021-2025 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -675,7 +675,7 @@ void RDLibraryModel::updateModel(const QString &filter_sql)
|
||||
|
||||
sql=sqlFields()+
|
||||
filter_sql+
|
||||
QString::asprintf(" limit %d ",RD_LIMITED_CART_SEARCH_QUANTITY);
|
||||
QString::asprintf(" limit %d ",d_cart_limit);
|
||||
|
||||
beginResetModel();
|
||||
d_texts.clear();
|
||||
|
||||
Reference in New Issue
Block a user