From 3a44e8d1c5910431b122527d5d7500ce48c9cbd7 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 13 Oct 2000 13:38:43 +0000 Subject: [PATCH] Patch level : 00.nopatch Files correlati : cg1.exe Ricompilazione Demo : [ ] Commento : Allineata stampa bilanci nel tronco principale git-svn-id: svn://10.65.10.50/trunk@9258 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg1500.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/cg1500.cpp b/cg/cg1500.cpp index 7d44815e2..69c126f2c 100755 --- a/cg/cg1500.cpp +++ b/cg/cg1500.cpp @@ -118,8 +118,6 @@ class TStampa_bilanci : public TPrintapp int _stampa_mov_prov; TArray _clienti, _fornitori; - - TString tmp; // Stringa per porcate galattiche public: TDate _inizioEs, _fineEs; @@ -1797,6 +1795,8 @@ bool TStampa_bilanci::calcola(int g, int c, long s) _prg_prec_avere += importo; _u_max = fnc_max(_u_max, data); conto_mov = TRUE; + if (causap == 'A') + _mov_ap = TRUE; } } return conto_mov;