From 0650c31be05b4deaec2af7c1cc15798ae03000c2 Mon Sep 17 00:00:00 2001 From: villa Date: Fri, 25 Aug 1995 07:59:56 +0000 Subject: [PATCH] Piccole cose git-svn-id: svn://10.65.10.50/trunk@1739 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/saldacon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cg/saldacon.h b/cg/saldacon.h index 09dfbdee2..5a796c4f4 100755 --- a/cg/saldacon.h +++ b/cg/saldacon.h @@ -143,7 +143,9 @@ public: int mov2rig(long nreg, int rmov) const; int rig2mov(int rmov) const; - int prima_fattura() const; + int prima_fattura(long nreg = -1l) const; + int primo_pagamento(long nreg = -1l) const; + bool utilizzata(int r) const; // Controlla se esistono pagamenti sommati alla riga r bool chiusa(bool update = FALSE);