caipin %!s(int64=5) %!d(string=hai) anos
pai
achega
dc2f5fcb1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      protected/controller/InvoiceController.php

+ 1 - 1
protected/controller/InvoiceController.php

@@ -8189,7 +8189,7 @@ class InvoiceController extends DooController {
 	public function get_table_count($table = "", $condition = "") {
 		// $sql = "select count(*) as count from " . $table . " where 1 " . $condition;
 		$sql = "select count(*) as count from " . $table . " where  " . $condition;
-		
+		echo $sql;
 		// echo $sql;die;
 		$query = Doo::db ()->query ( $sql );
 		$result = $query->fetch ();