Index: sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -rc16cfee6212ad1ba9f788c41d4a4c916daa43c9c -re595a959b32e1bd1532b942481230a09496d6f08 --- sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision c16cfee6212ad1ba9f788c41d4a4c916daa43c9c) +++ sources/view/td/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision e595a959b32e1bd1532b942481230a09496d6f08) @@ -41,7 +41,8 @@ // [=](const QString &vTxCode) { txCode( vTxCode ); } ); connect(&_TreatmentLog , &TreatmentLog::didTxCodeReceive, - [=](const QString &vTxCode) { txCode( vTxCode ); } ); + [=](const QString &vTxCode) { txCode( vTxCode + " Test Code 123-456" ); } ); +// [=](const QString &vTxCode) { txCode( vTxCode ); } ); // TODO Update connect(&_TreatmentLog , &TreatmentLog::didNotification, [=](const QString &vNotification) { notification(vNotification); } );