Explorar o código

Bidget use negative cost_value

Piotr Labudda %!s(int64=10) %!d(string=hai) anos
pai
achega
160bc27258
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/Route/Budget.php

+ 1 - 1
SE/se-lib/Route/Budget.php

@@ -793,7 +793,7 @@ jQuery(document).ready(function() {
 				, '' as TRANSFER_OPPOSITE_PROJECT_PATH
 				, k.`K_ZAWARTOS`
 			from `IN7_DZIENNIK_KORESP` k
-			where ((k.`COST_VALUE` > 0) or (k.`INCOME_VALUE` > 0))
+			where ((k.`COST_VALUE` != 0) or (k.`INCOME_VALUE` != 0))
 				and k.`K_DATA_OTRZYMANEJ_KORESP` like '{$year}-%'
 			-- TODO: acl
 		";