Patch level :10.0 712
Files correlati : Ricompilazione Demo : [ ] Commento : Corretto numero limite per categorie comuni: il minimo è 40, non 41 come erroneamente riportato in precedenza (errore scoperto su dati gallo!) git-svn-id: svn://10.65.10.50/trunk@20368 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
837c74f740
commit
3eb90d22b7
@ -236,7 +236,7 @@ bool TDitta_cespiti::legge_223_06() const
|
||||
const TRectype& TDitta_cespiti::categoria(int gr, const char* sp, int ca, const bool ccc) const
|
||||
{
|
||||
TString8 key;
|
||||
if (ca >= 41 && !ccc)
|
||||
if (ca >= 40 && !ccc)
|
||||
key.format(" %02d", ca);
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user