From aeb4dc22aaa4483d8702fa5e2e48f00a505cd2c7 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 17 Mar 2025 12:14:45 +0100 Subject: [PATCH] Patch level : 12.00 1384 Files correlati : 777.exe Bug : Commento: Aggiunto regime fiscale ai clienti/fornitori pre riconoscere i minimi e i forferrari nell'invio CU --- src/include/recset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/recset.h b/src/include/recset.h index ba3467e18..98b1e55a2 100755 --- a/src/include/recset.h +++ b/src/include/recset.h @@ -167,6 +167,7 @@ protected: public: bool valid_cursor() const { return _cursor != NULL; } virtual TCursor* cursor() const; + const TRectype & curr() const { return cursor()->curr(); } void set_filterfunction(FILTERFUNCTION ff, bool update = false) { cursor()->set_filterfunction(ff, update); } virtual void freeze(bool on = true) { return cursor()->freeze(on); } virtual void unfreeze() { return cursor()->freeze(false); }