Ver Fonte

Bidget use negative cost_value

Piotr Labudda há 10 anos atrás
pai
commit
160bc27258
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 		";