BUG-11025 Error al crear un pmtable con nombre largo

- Validation old.
- was add validation.
This commit is contained in:
Marco Antonio Nina
2013-05-28 14:20:40 -04:00
parent ce301258c7
commit ee74b16a7f

View File

@@ -202,7 +202,7 @@ class pmTables extends Controller
$tableSize = 30;
break;
}
$tableSize = $tableSize - 4; // Prefix PMT_
$tableSize = $tableSize - 8; // Prefix PMT_
return $tableSize;
}
}