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;