amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 12 forks source link

Waiver is always marked false #217

Closed kenwalker closed 5 years ago

kenwalker commented 5 years ago

Closes amtgard/ORK3#29

Code checked if there was a waiver and an image and if not, set it to zero. But could be waivered AND no image. In that case, set to 1.

Moved the code that set depending on Waivered being set to the last else

kenwalker commented 5 years ago

Actually, could move that setter back up and just remove that last else case. At least that what I dreamed last night 😢 ORK dreams now. I'll fix this up tonight.

kenwalker commented 5 years ago

Ok, fixed it up.