If I group edit QSO's and set "lotw QSL sent" to "Y" the "lotw_qslsdate" is automatically set to date of today.
If I then use "edit detail" and change the date of "lotw_qslsdate" to ie "2011-06-30", the "lotw_qsls" is set to "X" and not "Y"
Edit detail:
update cqrlog_main set qsls_date= NULL,qslr_date= NULL,lotw_qslsdate='2011-06-30',lotw_qsls='X',lotw_qslrdate= NULL,lotw_qslr=NULL where id_cqrlog_main=568
Group edit:
update cqrlog_main set lotw_qsls='Y',lotw_qslsdate='2011-07-01' where id_cqrlog_main=568
Recent comments