fspc / Yellow-Bike-Database

Yellow Bike Project Hours and Transaction Database for Community Bike Shops
GNU General Public License v3.0
7 stars 1 forks source link

New Year bug: Cannot read property 'volunteer_hours_redeemed' of undefined #56

Closed fspc closed 6 years ago

fspc commented 6 years ago

This bug effects both shop_log and transaction_log.

fspc commented 6 years ago

For both transactions_log and shop_log just need to check for volunteer.hasOwnProperty(year) to find out if volunteer_hours_redeemed is undefined.