Figures out stand time amount with optional grace period.

This commit is contained in:
Jonathan Rosenbaum
2017-07-23 19:06:52 +00:00
parent 7969da316c
commit eaefff480c
2 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -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
}