This commit is contained in:
szporowolik
2019-10-04 14:21:21 +02:00
parent 09d379d611
commit 35d63d072c

View File

@@ -385,7 +385,7 @@ namespace Perun_v1
bool boolSRSdefault = true; bool boolSRSdefault = true;
bool boolLotATCdefault = true; bool boolLotATCdefault = true;
// Handle SRS - TBD clean code for multiinstance // Handle SRS
if (con_check_3rd_srs.Checked) if (con_check_3rd_srs.Checked)
{ {
try try
@@ -451,7 +451,7 @@ namespace Perun_v1
} }
dcConnection.SendToMySql(strSRSJson); dcConnection.SendToMySql(strSRSJson);
// Handle LotATC - TBD clean code for multiinstance // Handle LotATC
if (con_check_3rd_lotatc.Checked) if (con_check_3rd_lotatc.Checked)
{ {
try try