From 0b1a36ecd0f6004e3395510401cd2b59f783372e Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 8 May 2026 00:37:22 +0200 Subject: [PATCH] Patch level : 120.00 1412 Files correlati : sc2.exe Commento : Corretta stampa prospetto pagamenti --- src/cg/cglib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cg/cglib.h b/src/cg/cglib.h index 73b3ad4b1..4348d8c4a 100644 --- a/src/cg/cglib.h +++ b/src/cg/cglib.h @@ -638,6 +638,7 @@ public: bool significativo() const { return _significativo; } bool esiste_saldo() const { return _rec_presente_ec || _rec_presente_ep; } bool esiste_saldo_ep() const { return _rec_presente_ep; } + bool is_zero() const { return _saldo == ZERO; } int annoes() const { return _annoes; } void set_annoes(int anno) { _annoes = anno; }