Rerun /reporting/includes/report_classes.inc
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 26 Mar 2019 09:51:56 +0000 (10:51 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 26 Mar 2019 09:51:56 +0000 (10:51 +0100)
reporting/includes/reports_classes.inc

index 1ad826e4a1187b71a0fb80be6eb5eb5478cd58e7..0d150930760c79f8c096e1599f1561f73c161a5a 100644 (file)
@@ -412,7 +412,6 @@ class BoxReports
                                                        LEFT JOIN ".TB_PREF."voided v ON wo.id=v.id and v.type=".ST_WORKORDER."
                                                WHERE ISNULL(v.id)
                                                AND item.stock_id=wo.stock_id
-                                               WHERE item.stock_id=wo.stock_id
                                                ORDER BY wo.id DESC";
                                        return combo_input($name, '', $sql, 'id', 'IName',array('order'=>false));