mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Figures out stand time amount with optional grace period.
This commit is contained in:
+1
-1
@@ -725,7 +725,7 @@ $(function() {
|
||||
// Stand Time
|
||||
if ( $("#trans_type_info").text() === "Stand Time" ) {
|
||||
$.post("json/transaction.php", { stand_time: 1, contact_id: this.value, shop_id: shop_id }, function (data) {
|
||||
|
||||
amount.val(data + ".00");
|
||||
|
||||
}); // stand time pos
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user