caipin 5 år sedan
förälder
incheckning
5588882553
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

@@ -5587,7 +5587,7 @@ class InvoiceController extends DooController {
 		);
 		
 		if(!empty($con)){
-			$con=' where '.$con;
+			$con=' where 1 '.$con;
 		}
 		
 		$sql = 'select a.iid from CLD_invoiceReceivables as a