Patch level : 10.0 640

Files correlati     : ef0.exe
Ricompilazione Demo : [ ]
Commento            :

Nell' emissione delle riba elettroniche non veniva scritto l'anno nella descrizione fattura


git-svn-id: svn://10.65.10.50/trunk@20128 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-02-16 15:00:37 +00:00
parent b8295f883b
commit 7292de12d9

View File

@ -1194,7 +1194,7 @@ void TRiba_file::validate(TCursor& cur,TRecord_text &rec, TToken_string &s, TStr
str = dati.get(); str.trim(); // numdoc
if (str.not_empty()) descfatt << str;
str = dati.get(i); // anno (2 cifre)
str = dati.get(); // anno (2 cifre)
str.trim();
if (str.len() >= 2)
descfatt << ' ' << str.right(2);