Reply To: Awards by mode

#6046
Andrew M0YMA
Keymaster

At the moment, only Mixed/Mixed awards can be applied for.

This is enforced by a line of (pseudo)code that says:

// Hack – enforce Mixed/Mixed only
if ( ( band != “Mixed” ) or ( mode != “Mixed” ) ) canApply = false;

This was as requested by Award Managers some time ago.

Personally, I have no problem with seeing this reviewed, even on a program-by-program basis, and would be trivial to provide.

  • This reply was modified 6 years, 6 months ago by Andrew M0YMA.
Translate »