Fixed Pagination count in Patching

This commit is contained in:
Frank Schubert
2021-11-02 21:28:19 +01:00
parent fb61f41004
commit 42f4da3799
2 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,6 @@ class PatchingModel {
AND Workflowvalue.object_id = OrderProduct.termination_id
AND Workflowvalue.value_int = 1
AND $where
GROUP BY Termination.id
ORDER BY Termination.id ASC LIMIT 1";
mfLoghandler::singleton()->debug($sql);