From 093914f64630c1cef7c4f31f9c55c9bd618c0a7f Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 10 Feb 2011 13:18:10 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21617 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ha/hacnv200.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)