Patch level : 1152

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


git-svn-id: svn://10.65.10.50/branches/R_10_00@22492 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2011-11-16 09:32:22 +00:00
parent a344994dc0
commit dc3092d224

View File

@ -707,9 +707,8 @@ void TUpload2Campo::elabora_SI(THardy_upload_recordset& recset, TLog_report& log
if (numpart.blank())
{
annopart = datadoc.year();
TToken_string nd(recset.get("NumeroFattura").as_string(), '/');
numpart.format("%ld/%d", nd.get_long(0), nd.get_int(1));
numpart.format("%ld/%02d", nd.get_long(0), nd.get_int(1));
}
if (annopart <= 0 || numpart.blank())