mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02:00
2021-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that could cause less than 100 carts to be displayed when the 'Show Only First 100 Matches' box was ticked. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -145,7 +145,8 @@ RDCutDialog::RDCutDialog(QString *filter,QString *group,QString *schedcode,
|
||||
cart_cancel_button->setFont(buttonFont());
|
||||
connect(cart_cancel_button,SIGNAL(clicked()),this,SLOT(cancelData()));
|
||||
|
||||
cart_cart_model->setFilterSql(cart_cart_filter->filterSql());
|
||||
cart_cart_model->
|
||||
setFilterSql(cart_cart_filter->filterSql(),cart_cart_filter->cartLimit());
|
||||
|
||||
//
|
||||
// Fix the Window Size
|
||||
|
Reference in New Issue
Block a user