This commit is contained in:
Jonathan Rosenbaum
2018-04-27 07:33:33 +00:00
parent df31281ef8
commit 0b56dea180
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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") {