mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-03 17:13:23 -04:00
If volunteer has no hours for new year and is a member, this assings 0 to remaining.
* otherwise spinner spins infinitely, and membership discount is not applied.
This commit is contained in:
parent
3e76e145c6
commit
df31281ef8
@ -1098,6 +1098,10 @@ $(function() {
|
||||
vhr = 0;
|
||||
}
|
||||
|
||||
if (obj.current_year_volunteer_hours === null) {
|
||||
remaining = 0;
|
||||
}
|
||||
|
||||
var title = obj.normal_full_name + "\r\n" +
|
||||
obj.email + "\r\n" +
|
||||
obj.phone + "\r\n" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user