mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Tests the free stand time callback.
This commit is contained in:
+8
-1
@@ -1002,10 +1002,17 @@ $(function() {
|
||||
$("#redeemable_hours").spinner("disable");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}); // volunteers post
|
||||
|
||||
// Free stand time use for 30 days if purchased bike recently
|
||||
$.post("json/transaction.php",{ free_stand_time_use: 1, contact_id: this.value }, function(data) {
|
||||
|
||||
});
|
||||
|
||||
|
||||
} // if not no_selection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user