diff --git a/ha/hacnv200.cpp b/ha/hacnv200.cpp index fb510696a..6754944d5 100755 --- a/ha/hacnv200.cpp +++ b/ha/hacnv200.cpp @@ -438,7 +438,7 @@ bool THardy_movimenti::scrivi_righe() // se la descrizione comincia con queste stringhe, significa che è un pagamento immediato // e va passata la riga contabile cosi come è - if (descr.starts_with("S.DO DOC.") || descr.starts_with("ABB. DOC.")) + if (descr.starts_with("S.DO DOC.") || descr.starts_with("ABB. DOC.") || descr.starts_with("ACC. DOC.")) rec_rmov.put(RMV_ROWTYPE, "C"); else if (riga_omaggio)