mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Closes #68
This commit is contained in:
+1
-1
@@ -659,7 +659,7 @@ $(function() {
|
||||
// volunteer hours magic
|
||||
function redeemable(obj, spinner_value, event, volunteer) {
|
||||
|
||||
//var sweat_equity_hours = obj.sweat_equity_limit / (obj.volunteer_hours_redeemed * obj.volunteer_hour_value);
|
||||
//var sweat_equity_hours = obj.sweat_equity_limit / (obj.volunteer_hours_redeemed * obj.volunteer_hour_value);
|
||||
|
||||
var redeemable_value;
|
||||
if ($("#transaction_type").val() !== "Stand Time") {
|
||||
|
||||
Reference in New Issue
Block a user