Update Last_Upload field inside lotw_cert table when tq8 upload is successful

This commit is contained in:
Peter Goodhall
2020-08-26 21:20:58 +01:00
parent 25f620a486
commit 91c172f315
2 changed files with 16 additions and 0 deletions

View File

@@ -253,6 +253,8 @@ class Lotw extends CI_Controller {
echo "Upload Successful - ".$filename_for_saving;
$this->LotwCert->last_upload($data['lotw_cert_info']->lotw_cert_id);
// Mark QSOs as Sent
foreach ($qso_id_array as $qso_number) {
$this->Logbook_model->mark_lotw_sent($qso_number);