@@ -393,9 +393,9 @@ namespace UAS_MES_NEW.Make
}
else
{
- if (code.Text.Length > 40)
+ if (code.Text.Length > 200)
- imeif = code.Text.Substring(0, 40);
+ imeif = code.Text.Substring(0, 200);