From 03bad5754fae54a3d64a47bfdc4f72c5257665d7 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Sat, 6 Mar 2021 03:12:04 +0100 Subject: [PATCH] Patch level : 12.0 1038 Files correlati : cg2.exe Commento : Corretta registrazione saldaconto note di accredito in split payment --- src/cg/cg2102.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cg/cg2102.h b/src/cg/cg2102.h index 5001da9ef..380243e99 100755 --- a/src/cg/cg2102.h +++ b/src/cg/cg2102.h @@ -400,6 +400,8 @@ public: TImporto get_cgs_imp(int n) const; + TImporto imposte_split_pay() const; + TPrimanota_application(); virtual ~TPrimanota_application() { } };