Parcourir la source

Fixed incorrect $ARGS[0] parameter name

netuttki il y a 11 mois
Parent
commit
89017ae520
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/bank.qsrc

+ 1 - 1
locations/bank.qsrc

@@ -581,7 +581,7 @@ if $ARGS[0] = 'cikl':
 	end
 
 	!! Checking for tenants moving out
-	gs 'homes_properties', 'tenant_movements'
+	gs 'homes_properties', 'tenant_move_out_check'
 	
 
 	!!----------------------------------------